1
I’m in trouble here with Nodejs.
First I run the remote: npm i
Then I turn the remote: grunt
There goes that mistake:
Warning: Couldn't find the `compass.bat` binary. Make sure it's installed and in
your $PATH Use --force to continue.
1
I’m in trouble here with Nodejs.
First I run the remote: npm i
Then I turn the remote: grunt
There goes that mistake:
Warning: Couldn't find the `compass.bat` binary. Make sure it's installed and in
your $PATH Use --force to continue.
Browser other questions tagged node.js front-end npm compass
You are not signed in. Login or sign up in order to post.
try using the command
gem install compass
before running npm commands– Felipe Assunção
If you are using Grunt Compass you could use https://www.npmjs.com/package/grunt-contrib-compass
– Sergio
The problem is just this. I have Compass installed 'npm install -g Compass'
– Luciano Braga