Guest User

Untitled

a guest
Oct 17th, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. npm WARN deprecated This version of npm lacks support for important features,
  2. npm WARN deprecated such as scoped packages, offered by the primary npm
  3. npm WARN deprecated registry. Consider upgrading to at least npm@2, if not the
  4. npm WARN deprecated latest stable version. To upgrade to npm@2, run:
  5. npm WARN deprecated
  6. npm WARN deprecated npm -g install npm@latest-2
  7. npm WARN deprecated
  8. npm WARN deprecated To upgrade to the latest stable version, run:
  9. npm WARN deprecated
  10. npm WARN deprecated npm -g install npm@latest
  11. npm WARN deprecated
  12. npm WARN deprecated (Depending on how Node.js was installed on your system, you
  13. npm WARN deprecated may need to prefix the preceding commands with `sudo`, or if
  14. npm WARN deprecated on Windows, run them from an Administrator prompt.)
  15. npm WARN deprecated
  16. npm WARN deprecated If you're running the version of npm bundled with
  17. npm WARN deprecated Node.js 0.10 LTS, be aware that the next version of 0.10 LTS
  18. npm WARN deprecated will be bundled with a version of npm@2, which has some small
  19. npm WARN deprecated backwards-incompatible changes made to `npm run-script` and
  20. npm WARN deprecated semver behavior.
  21. npm WARN package.json [email protected] No description
  22. npm WARN package.json [email protected] No repository field.
  23. npm WARN package.json [email protected] No README data
  24. npm WARN cannot run in wd [email protected] node npm-rebuild.js (wd=/bundle/bundle/programs/server)
  25. => Starting meteor app on port:80
  26.  
  27. /bundle/bundle/programs/server/mini-files.js:82
  28. const unicodeNormalizePath = (path) => {
  29. ^
  30. SyntaxError: Unexpected token >
  31. at Module._compile (module.js:439:25)
  32. at Object.Module._extensions..js (module.js:474:10)
  33. at Module.load (module.js:356:32)
  34. at Function.Module._load (module.js:312:12)
  35. at Module.require (module.js:364:17)
  36. at require (module.js:380:17)
  37. at Object.<anonymous> (/bundle/bundle/programs/server/boot.js:9:13)
  38. at Module._compile (module.js:456:26)
  39. at Object.Module._extensions..js (module.js:474:10)
  40. at Module.load (module.js:356:32)
Advertisement
Add Comment
Please, Sign In to add comment