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
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
I follow all the steps, but when I run SET "NODE_ENV=production" & NPM start, there are some errors like :
Error: Cannot find module 'webpack'
I find a lot of ways to solve these errors, finally i run npm install webpack --save-dev, Upgrade webpack from 1.12.13 to 1.15.0 then it works.
I don't know why I can run normally after upgrading webpack. Can anyone tell me why?
The text was updated successfully, but these errors were encountered:
I follow all the steps, but when I run SET "NODE_ENV=production" & NPM start, there are some errors like :
Error: Cannot find module 'webpack'
I find a lot of ways to solve these errors, finally i run npm install webpack --save-dev, Upgrade webpack from 1.12.13 to 1.15.0 then it works.
I don't know why I can run normally after upgrading webpack. Can anyone tell me why?
The text was updated successfully, but these errors were encountered: