Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.05 KB | None | 0 0
  1. ➜  consulting.com-emails git:(develop) ✗ npm install foundation-cli --global
  2. npm WARN deprecated graceful-fs@3.0.11: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  3. npm WARN deprecated natives@1.1.3: This module relies on Node.js's internals and will break at some point. Do not use it, and update to graceful-fs@4.x.
  4. npm ERR! path /usr/local/lib/node_modules/foundation-cli/node_modules/npm/node_modules/ansistyles
  5. npm ERR! code ENOENT
  6. npm ERR! errno -2
  7. npm ERR! syscall rename
  8. npm ERR! enoent ENOENT: no such file or directory, rename '/usr/local/lib/node_modules/foundation-cli/node_modules/npm/node_modules/ansistyles' -> '/usr/local/lib/node_modules/foundation-cli/node_modules/npm/node_modules/.ansistyles.DELETE'
  9. npm ERR! enoent This is related to npm not being able to find a file.
  10. npm ERR! enoent
  11.  
  12. npm ERR! A complete log of this run can be found in:
  13. npm ERR!     /Users/afzal/.npm/_logs/2018-04-23T09_07_54_818Z-debug.log
  14. ➜  consulting.com-emails git:(develop) ✗ foundation start
  15. Could not find command "start".
  16. ➜  consulting.com-emails git:(develop) ✗ foundation watch
  17. Could not find command "watch".
  18. ➜  consulting.com-emails git:(develop) ✗ foundation build
  19.  
  20. Could not find command "build".
  21. ➜  consulting.com-emails git:(develop) ✗ npm start
  22.  
  23. > foundation-emails-template@1.0.0 start /Users/afzal/Development/consulting.com-emails
  24. > gulp
  25.  
  26. [14:38:42] Failed to load external module @babel/register
  27. [14:38:42] Requiring external module babel-register
  28. [14:38:42] Local gulp not found in ~/Development/consulting.com-emails
  29. [14:38:42] Try running: npm install gulp
  30. npm ERR! code ELIFECYCLE
  31. npm ERR! errno 1
  32. npm ERR! foundation-emails-template@1.0.0 start: `gulp`
  33. npm ERR! Exit status 1
  34. npm ERR!
  35. npm ERR! Failed at the foundation-emails-template@1.0.0 start script.
  36. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  37.  
  38. npm ERR! A complete log of this run can be found in:
  39. npm ERR!     /Users/afzal/.npm/_logs/2018-04-23T09_08_42_212Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement