Closed clayne11 closed 8 years ago
Thanks for the report, I'll look into this ASAP.
From my testing, I get this error if I use npm install node-sass
instead of meteor npm install node-sass
.
Which command did you use? If you used the former, you will need to npm uninstall node-sass
before installing it via meteor npm.
I was using npm install
. It worked with meteor npm install
as you suggested. Thanks for the help.
I thought there was no difference between meteor npm install
and npm install
? Just wondering what the difference actually is.
I believe that Meteor is bundled with it's own version of node
and npm
and so using meteor npm
uses that bundled version.
With Meteor 1.3.4.1
I'm not really able to use meteor npm
. It's using an old version of npm
which doesn't install a lot of packages properly. I'm going to stick with nathantreid:css-modules@1.2.0
until Meteor 1.4
comes out which should resolve a lot of dependency issues.
If you run meteor npm
on it's own you'll see something like this print at the bottom:
/Users/clayne/.meteor/packages/meteor-tool/.1.3.4_1.14bjllx++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/lib/node_modules/npm
As you can see that's the Meteor version of npm
. If I do a simple which npm
I get back this:
/Users/clayne/.nvm/versions/node/v5.11.1/bin/npm
I updated to
2.1.0
and I can no longer build my app. It's complaining that it can't findnode-sass
(which is installed)Error: