Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running grunt-favicons task error #42

Open
jvandenrym opened this issue Sep 6, 2014 · 10 comments
Open

running grunt-favicons task error #42

jvandenrym opened this issue Sep 6, 2014 · 10 comments

Comments

@jvandenrym
Copy link

When running the grunt-favicons task I get this error in the terminal. It clearly misses a module.
I am using the latest version of node.js: v0.11.13 (Ubuntu 14.04)

Loading "favicons.js" tasks...ERROR
>> Error: Cannot find module './build/Release/shell'
Warning: Task "favicons" not found. Use --force to continue
@codyjames
Copy link

Getting this as well.

@GianlucaGuarini
Copy link

The same error here node v0.10.32 on mac mavericks

@GianlucaGuarini
Copy link

In my case the issue was Xcode (recently updated). Steps to solve the problem:

  1. agree to the xcode license by opening it
  2. trigger again sudo npm install grunt-favicons --save-dev

@codyjames
Copy link

Doesn't work for me but going back to 0.6.1 does work for now.

@lichtteil
Copy link

Anyone could solve this?

@davemac
Copy link

davemac commented Feb 17, 2015

Same issue, too.

node v0.12.0 on Yosemite 10.10.2

@gesen
Copy link

gesen commented Feb 26, 2015

I'm running node v0.12.0/Yosemite 10.10.2 and has this problem as well.

@viktorbijlenga
Copy link

This method worked for me, but it's only a temporary fix. Would be great if the NPM package got an update with the latest commit. This problem is solved by this commit: 274e31a

  1. Download the repo as zip.
  2. Copy and replace the contents of the repo into the grunt-favicon folder inside your node_modules.
  3. cd into the folder in the terminal and run npm install to install all dependencies.
  4. Test if your grunt build process works ok.
  5. Be happy.

@davemac
Copy link

davemac commented Mar 18, 2015

That works for now, thanks @viktorbijlenga

@jrenggli
Copy link

Had the same problem. New version 0.7.0 works for me.

"grunt-favicons": "~0.7.0"

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

No branches or pull requests

8 participants