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

Compatibility with grunt-available-tasks and Node 0.12 #24

Open
hellboy81 opened this issue Oct 6, 2015 · 3 comments
Open

Compatibility with grunt-available-tasks and Node 0.12 #24

hellboy81 opened this issue Oct 6, 2015 · 3 comments

Comments

@hellboy81
Copy link

nvm current // system - v0.10.30
grunt aglio:apiManual  // Works
``

Trying with 0.12:

nvm use 0.12.7 // Now using node v0.12.7 (npm v2.11.3)
sudo rm -rf node_modules/
sudo npm i

grunt aglio:apiManual
Loading "aglio.js" tasks...ERROR

Error: Module did not self-register.
Warning: Task "aglio:apiManual" not found. Use --force to continue.
Aborted due to warnings.

I am using

"grunt-available-tasks": "^0.6.0"

and

"grunt-aglio": "^0.4.0",
@ben-eb
Copy link

ben-eb commented Oct 6, 2015

@hellboy81
Copy link
Author

Yes, I tried to solve this problem with

[sudo] npm rebuild
[sudo] rm -rf node_modules
[sudo] npm i

but it it does not works 4 me

@arbus
Copy link
Owner

arbus commented Oct 7, 2015

I tried on node 0.12 and it seems to work. Can you try using the module just by itself without grunt-avaliable-tasks to narrow down the problem

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

3 participants