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
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
I have issues with installing a packge on 0.11.14, which worked correctly with 0.10.x.
Running npm install sc5-styleguide gives me this error:
module.js:355
Module._extensions[extension](this, filename);
^
Error: Module did not self-register.
at Error (native)
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> (/Users/varya/WebDev/SC5/tmp/node_modules/sc5-styleguide/node_modules/kss/node_modules/node-sass/lib/index.js:181:15)
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)
Googling for a problem I found things like this issue #7116 which is closed as fixed. But in my case error still exists. Also is reproduced with 0.11.13. I use nvm if matters
The text was updated successfully, but these errors were encountered:
I have issues with installing a packge on
0.11.14
, which worked correctly with0.10.x
.Running
npm install sc5-styleguide
gives me this error:Googling for a problem I found things like this issue #7116 which is closed as fixed. But in my case error still exists. Also is reproduced with
0.11.13
. I usenvm
if mattersThe text was updated successfully, but these errors were encountered: