You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error Cannot find module 'npm-tailwind' or its corresponding type declarations.ts(2307)
Hi, I installed Yalc using npm i yalc -g and did
yalc publish
yalc add npm-tailwind
when I npm ls I get
├── [email protected] invalid: "file:.yalc/npm-tailwind" from the root project
npm error code ELSPROBLEMS
npm error invalid: [email protected] /workspaces/npm-tailwind-package/demo/node_modules/npm-tailwind
and I npm i which removes the error. ├── [email protected] -> ./.yalc/npm-tailwind
and npm run build && yalc push to push new changes.
Here is my package.json.The page that I import the local yalc module into. And the npm-tailwind pacakge package.json
But still I get the above error. Why? I tried deleting node_modules and package-lock.json with no success.
The text was updated successfully, but these errors were encountered:
Error
Cannot find module 'npm-tailwind' or its corresponding type declarations.ts(2307)
Hi, I installed Yalc using
npm i yalc -g
and didwhen I
npm ls
I getand I
npm i
which removes the error.├── [email protected] -> ./.yalc/npm-tailwind
and
npm run build && yalc push
to push new changes.Here is my package.json. The page that I import the local yalc module into. And the npm-tailwind pacakge package.json
But still I get the above error. Why? I tried deleting node_modules and package-lock.json with no success.
The text was updated successfully, but these errors were encountered: