You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #468, I'm unable to run npm install on my projects using the library node-sass.
Here's the relevant output:
/home/patricksroberts/src/IoraHealth/node_modules/node-sass/node_modules/npmconf/config-defs.js:332
Object.keys(os.networkInterfaces()).map(function (nic) {
^
Error: EINVAL, invalid argument
at Error (native)
at getLocalAddresses (/home/patricksroberts/src/IoraHealth/node_modules/node-sass/node_modules/npmconf/config-defs.js:332:18)
at Object.<anonymous> (/home/patricksroberts/src/IoraHealth/node_modules/node-sass/node_modules/npmconf/config-defs.js:281:23)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/home/patricksroberts/src/IoraHealth/node_modules/node-sass/node_modules/npmconf/npmconf.js:4:18)
seems to be the last failing part to my build!
The text was updated successfully, but these errors were encountered:
Similar to #468, I'm unable to run
npm install
on my projects using the librarynode-sass
.Here's the relevant output:
seems to be the last failing part to my build!
The text was updated successfully, but these errors were encountered: