Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2016
636
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. > pmviz@1.0.0 build F:\project\pm
  2. > mkdir build && mkdir -p ./build/images && cp src/index.html build/ && webpack -p --config webpack.production.config.js
  3.  
  4. The syntax of the command is incorrect.
  5.  
  6. npm ERR! Windows_NT 6.3.9600
  7. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "build"
  8. npm ERR! node v6.3.1
  9. npm ERR! npm v3.10.3
  10. npm ERR! code ELIFECYCLE
  11. npm ERR! pmviz@1.0.0 build: `mkdir build && mkdir -p ./build/images && cp src/index.html build/ && webpack -p --config webpack.production.config.js`
  12. npm ERR! Exit status 1
  13. npm ERR!
  14. npm ERR! Failed at the pmviz@1.0.0 build script 'mkdir build && mkdir -p ./build/images && cp src/index.html build/ && webpack -p --config webpack.production.config.js'.
  15. npm ERR! Make sure you have the latest version of node.js and npm installed.
  16. npm ERR! If you do, this is most likely a problem with the pmviz package,
  17. npm ERR! not with npm itself.
  18. npm ERR! Tell the author that this fails on your system:
  19. npm ERR! mkdir build && mkdir -p ./build/images && cp src/index.html build/ && webpack -p --config webpack.production.config.js
  20. npm ERR! You can get information on how to open an issue for this project with:
  21. npm ERR! npm bugs pmviz
  22. npm ERR! Or if that isn't available, you can get their info via:
  23. npm ERR! npm owner ls pmviz
  24. npm ERR! There is likely additional logging output above.
  25.  
  26. npm ERR! Please include the following file with any support request:
  27. npm ERR! F:\project\pm\npm-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement