Advertisement
omarbl

npm

Dec 7th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Insufficient number of arguments or no entry found.
  2. Alternatively, run 'webpack(-cli) --help' for usage info.
  3.  
  4. Hash: e45bacc7011c512c5402
  5. Version: webpack 4.41.2
  6. Time: 49ms
  7. Built at: 12/07/2019 11:53:50 PM
  8.  
  9. WARNING in configuration
  10. The 'mode' option has not been set, webpack will fallback to 'production' for this value. Set 'mode' option to 'development' or 'production' to enable defaults for each environment.
  11. You can also set it to 'none' to disable any default behavior. Learn more: https://webpack.js.org/configuration/mode/
  12.  
  13. ERROR in Entry module not found: Error: Can't resolve './src' in 'C:\Users\Mas\es6'
  14. npm ERR! code ELIFECYCLE
  15. npm ERR! errno 2
  16. npm ERR! es6@1.0.0 build: `webpack`
  17. npm ERR! Exit status 2
  18. npm ERR!
  19. npm ERR! Failed at the es6@1.0.0 build script.
  20. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  21.  
  22. npm ERR! A complete log of this run can be found in:
  23. npm ERR!     C:\Users\Mas\AppData\Roaming\npm-cache\_logs\2019-12-07T21_53_50_464Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement