Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Old project with grunt: not able to make some change #683

Closed
dantahoua opened this issue Jan 14, 2016 · 5 comments
Closed

Old project with grunt: not able to make some change #683

dantahoua opened this issue Jan 14, 2016 · 5 comments

Comments

@dantahoua
Copy link
Contributor

Hello.
I have to make some change on an old project (FoundationPress with grunt).
grunt
Loading "sass.js" tasks...ERROR

Error: /Volumes/Dev Studio12/www/LeSaint/dev/wp-content/themes/LeSaintZurbPress/node_modules/node-sass/bin/darwin-x64-v8-4.6/binding.node is missing. Try reinstalling node-sass?

Seems there is a problem with sass but bower update do not change anything... I tried 'npm install node-sass' without success...
In the meantime, I use Codekit to compile the CSS but I really prefer grunt or Gulp...
Any idea?

@dantahoua
Copy link
Contributor Author

Am I the only one who change old project sometime? I can't find a solution for now, same problem with another project...
Is there a way to change it to gulp or to run bower without error?
I tried npm install grunt-sass, no more luck...
Could someone at least try to run an old project and see if he has the same problem?
Thanks.

@dantahoua
Copy link
Contributor Author

So for the now the only solution I found after trying to install without success node-sass is to switch to grunt-contrib-sass...

@adzay
Copy link

adzay commented Jan 25, 2016

I have the same issue. I have also been looking for an answer.

@olefredrik
Copy link
Owner

Compatibility with versioning of node dependencies & npm seems to be a persistent problem. See the README.md file included with your version of FP and check which version of Node.js is supported. You can upgrade / downgrade your version of node.js with Homebrew . If this does not work, I'm afraid I can not help here.

@hawbsl
Copy link

hawbsl commented Feb 2, 2016

Ole I'm looking at my README.md file and can't see anything telling which version of node.js to use. This is all I have, I think:

**Okay, so you'll need to have the following items installed before continuing.**

  * [Node.js](http://nodejs.org)
  * [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
  * [Bower](http://bower.io): Run `[sudo] npm install -g bower`

## Quickstart

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants