We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grunt-available-tasks
0.12
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",
The text was updated successfully, but these errors were encountered:
grunt-aglio
Is this relevant? http://stackoverflow.com/questions/28486891/uncaught-error-module-did-not-self-register
Sorry, something went wrong.
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
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
grunt-avaliable-tasks
No branches or pull requests
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
I am using
and
The text was updated successfully, but these errors were encountered: