Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. > node-sass@4.12.0 install /var/www/example.com/beta/node_modules/node-sass
  2. > node scripts/install.js
  3.  
  4. internal/modules/cjs/loader.js:584
  5. throw err;
  6. ^
  7.  
  8. Error: Cannot find module '/var/www/example.com/beta/node_modules/node-sass/scripts/install.js'
  9. at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
  10. at Function.Module._load (internal/modules/cjs/loader.js:508:25)
  11. at Function.Module.runMain (internal/modules/cjs/loader.js:754:12)
  12. at startup (internal/bootstrap/node.js:283:19)
  13. at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)
  14. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):
  15. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  16.  
  17. npm ERR! code ELIFECYCLE
  18. npm ERR! errno 1
  19. npm ERR! node-sass@4.12.0 install: `node scripts/install.js`
  20. npm ERR! Exit status 1
  21. npm ERR!
  22. npm ERR! Failed at the node-sass@4.12.0 install script.
  23. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  24.  
  25. npm ERR! A complete log of this run can be found in: ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement