-
Notifications
You must be signed in to change notification settings - Fork 33
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
grunt fails while installing modules #56
Comments
@marco-gallinari this looks like it's caused by the NODE_PATH, what is your NODE_PATH set to (if at all) ?
|
@pilsy you're right, my env variables were missing NODE_PATH variable.
|
So by the looks of it you have not correctly set your NODE_PATH, take a look at http://cleverstack.io/documentation/backend/#backend-magic-modules for details.
Overall this is still an issue, you should not have to set your NODE_PATH for clever commands, i'm taking a look at it now... |
Thank you, this fixed my problems. My two cents, this issue appeared in the last 15 days, since I was able to use the cli without errors on 28th feb. |
Thanks @marco-gallinari, i just fixed the issue 👍 |
After init app, grunt tasks fail installing standard backend modules.
The text was updated successfully, but these errors were encountered: