J
J
jd862019-10-28 22:43:00
JavaScript
jd86, 2019-10-28 22:43:00

Why won't my React app launch?

Hello!
Developed on Windows using React / Redux. Decided to continue working on Linux Xubuntu.
I copied the project folder (except for node_modules), ran the npm install command, all packages downloaded successfully. However, when running npm start, an error occurs during the build (as stated).

Failed to compile
./src/style.css (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/style.css)
Error: Cannot find module '@csstools/normalize.css'
This error occurred during the build time and cannot be dismissed.

Searched for solutions but neither npm cache clean nor reinstalling sstools/normalize.css, nodejs and npm help,

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ilya_leykin, 2019-10-28
@ilya_leykin

Try deleting the node_modules folder and then run the commands:
npm cache clean
npm install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question