-
Notifications
You must be signed in to change notification settings - Fork 31
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
Errors Building Mango Viz #421
Comments
Suspicions were correct. After updating node to a more recent version than what was packaged/installed by the default package manager, the command ran successfully. |
Reopening -- @akmorrow13, do you think it's worth documenting the minimum node/npm versions required to build? |
Yes, this should be documented. Do you know the versions you ran that were failing? |
node -v v0.10.29 We probably should just pin the requirements to a more recent version of npm regardless. |
When running make develop
for mango-viz, I run into the following error: https://gist.github.com/Georgehe4/91bd849caac046b65a81b10b5cef9d90
I suspect this is due to an out-of-date node installation.
The text was updated successfully, but these errors were encountered: