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
hi,
I got the following error message when doing mrt add foundation5-sass
meteor-scss: updating npm dependencies -- node-sass...
=> Errors while scanning packages:
While building plugin `meteor-scss` in package `scss`:
error: node-sass version 0.8.4 is not available in the npm registry
While loading plugin `meteor-scss` from package `scss`:
module.js:338:15: Cannot find module 'node-sass'
at Function.Module._resolveFilename (module.js:338:15)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object._.extend.Npm.require (/home/maxlath/.meteor/tools/c2a0453c51/tools/bundler.js:1107:22)
at Package (packages/meteor-scss/plugin/compile-scss.js:2)
at <runJavaScript-3>:59:4
at <runJavaScript-3>:66:3
The text was updated successfully, but these errors were encountered:
actually, meteor add scss returns the same output, so I guess it's the wrong place for this report. Shall I let it here for others having the same issue?
hi,
I got the following error message when doing
mrt add foundation5-sass
The text was updated successfully, but these errors were encountered: