Im new with node/npm/webpack. I have a project on my Macbook that works perfectly but when I copied all the files to my pc (Windows 10) Im not sure why I can't start it. What I did: 1- Copy all the files. 2- Install Node 3- npm install
4- npm i webpack-dev-server -g
5- rm node_modules
and reinstall with npm install
The first error was about webpack-dev-server but seems to work now because localhost opens. I think Im missing some important step to make all work on this PC. The last log when I run npm run prod
is this:
PasteBin debug.log If you have some tips to write better questions please tell me how to improve.
via Diego de Sousa
No comments:
Post a Comment