Error: Cannot find module '@csstools/normalize.css' after running npm start command
See original GitHub issueIs this a bug report?
(write your answer here)
Did you try recovering your dependencies?
(Write your answer here.)
Which terms did you search for in User Guide?
(Write your answer here if relevant.)
Environment
(paste the output of the command here)
Steps to Reproduce
(Write your steps here:)
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7
Top Results From Across the Web
I get an error when using the command "npm run start" for my ...
Failed to compile. Loading PostCSS "postcss-normalize" plugin failed: Cannot find module 'postcss-normalize' Require stack: /Users/abc/ ...
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
In my case, I need to install the react-icons package so the freeCodeCamp icon can be resolved. I'll do that by running yarn...
Read more >postcss-import - npm
Start using postcss-import in your project by running `npm i postcss-import` ... When importing a module, it will look for index.css or file ......
Read more >npm-run-script
Description. This runs an arbitrary command from a package's "scripts" object. If no "command" is provided, it will list the available scripts.
Read more >node-sass - npm
Wrapper around libsass. Latest version: 8.0.0, last published: 2 months ago. Start using node-sass in your project by running `npm i ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same error here. Did you find the fix?
edit
I just needed to update my create-react-app to version 3.0.0 and my nodejs to the latest version, using nvm on Linux Mint.
Cheers
yes unistall entire directory and install again
On Thu, Apr 25, 2019, 8:56 AM César Nascimento notifications@github.com wrote: