Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Matts-MacBook-Air-2:API mattboyd$ npm start
  2. path.js:424
  3. var path = (i >= 0) ? arguments[i] : process.cwd();
  4. ^
  5.  
  6. Error: ENOENT: no such file or directory, uv_cwd
  7. at Error (native)
  8. at Object.posix.resolve (path.js:424:50)
  9. at Function.Module._resolveLookupPaths (module.js:250:17)
  10. at Function.Module._resolveFilename (module.js:317:31)
  11. at Function.Module._load (module.js:277:25)
  12. at Module.require (module.js:354:17)
  13. at require (internal/module.js:12:17)
  14. at /usr/local/lib/node_modules/npm/bin/npm-cli.js:26:13
  15. at Object.<anonymous> (/usr/local/lib/node_modules/npm/bin/npm-cli.js:76:3)
  16. at Module._compile (module.js:410:26)
  17. Matts-MacBook-Air-2:API mattboyd$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement