Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. C:\Users\fds\Documents\work\code\portal-vue>npm install
  2. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\chokidar\node_modules\fsevents):
  3. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
  4.  
  5. C:\Users\fds\Documents\work\code\portal-vue>npm run dev
  6.  
  7. > my-project@1.0.0 dev C:\Users\fds\Documents\work\code\portal-vue
  8. > node build/dev-server.js
  9.  
  10. module.js:471
  11. throw err;
  12. ^
  13.  
  14. Error: Cannot find module './lib/compat'
  15. at Function.Module._resolveFilename (module.js:469:15)
  16. at Function.Module._load (module.js:417:25)
  17. at Module.require (module.js:497:17)
  18. at require (internal/module.js:20:19)
  19. at Object.<anonymous> (C:\Users\fds\Documents\work\code\portal-vue\node_modules\express\node_modules\depd\index.js:11:47)
  20. at Module._compile (module.js:570:32)
  21. at Object.Module._extensions..js (module.js:579:10)
  22. at Module.load (module.js:487:32)
  23. at tryModuleLoad (module.js:446:12)
  24. at Function.Module._load (module.js:438:3)
  25.  
  26. npm ERR! Windows_NT 10.0.14393
  27. npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "dev"
  28. npm ERR! node v6.9.5
  29. npm ERR! npm v3.10.10
  30. npm ERR! code ELIFECYCLE
  31. npm ERR! my-project@1.0.0 dev: `node build/dev-server.js`
  32. npm ERR! Exit status 1
  33. npm ERR!
  34. npm ERR! Failed at the my-project@1.0.0 dev script 'node build/dev-server.js'.
  35. npm ERR! Make sure you have the latest version of node.js and npm installed.
  36. npm ERR! If you do, this is most likely a problem with the my-project package,
  37. npm ERR! not with npm itself.
  38. npm ERR! Tell the author that this fails on your system:
  39. npm ERR! node build/dev-server.js
  40. npm ERR! You can get information on how to open an issue for this project with:
  41. npm ERR! npm bugs my-project
  42. npm ERR! Or if that isn't available, you can get their info via:
  43. npm ERR! npm owner ls my-project
  44. npm ERR! There is likely additional logging output above.
  45.  
  46. npm ERR! Please include the following file with any support request:
  47. npm ERR! C:\Users\fds\Documents\work\code\portal-vue\npm-debug.log
  48.  
  49. C:\Users\fds\Documents\work\code\portal-vue>npm -v
  50. 3.10.10
  51.  
  52. C:\Users\fds\Documents\work\code\portal-vue>node -v
  53. v6.9.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement