soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

Installation Error

Open asadrao11 opened this issue 7 years ago • 1 comments
trafficstars

2018-05-04T13_45_09_160Z-debug.log Hey i am using node version 8, i am getting the following errors while using npm i. npm i

[email protected] install /root/soundnode-app/node_modules/node-sass node scripts/install.js

module.js:549 throw err; ^

Error: Cannot find module '/root/soundnode-app/node_modules/node-sass/scripts/install.js' at Function.Module._resolveFilename (module.js:547:15) at Function.Module._load (module.js:474:25) at Function.Module.runMain (module.js:693:10) at startup (bootstrap_node.js:188:16) at bootstrap_node.js:609:3 npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected] install: node scripts/install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2018-05-04T13_45_09_160Z-debug.log

asadrao11 avatar May 04 '18 13:05 asadrao11

This is an issue with node-sass, try running npm i node-sass and it should give you a more specific error.

jakejarrett avatar May 06 '18 09:05 jakejarrett