You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do 'yo meanjs' to scaffold the starter code, I face the issue described above in while it runs the npm install. With some digging, I found the following link:
[(https://stackoverflow.com/questions/33463945/node-pre-gyp-install-fallback-to-build-failed-during-meanjs-installation-on)]
This worked like magic, changing grunt-node-inspector to prepend a ">=" in package.json instead of "~".
Not sure which repo it points to. But when I check the MEAN.JS boilerplate code, it does not have this dependency listed. Could you please look into this so that others don't face the same issue
The text was updated successfully, but these errors were encountered:
Hi,
When I do 'yo meanjs' to scaffold the starter code, I face the issue described above in while it runs the npm install. With some digging, I found the following link:
[(https://stackoverflow.com/questions/33463945/node-pre-gyp-install-fallback-to-build-failed-during-meanjs-installation-on)]
This worked like magic, changing grunt-node-inspector to prepend a ">=" in package.json instead of "~".
Not sure which repo it points to. But when I check the MEAN.JS boilerplate code, it does not have this dependency listed. Could you please look into this so that others don't face the same issue
The text was updated successfully, but these errors were encountered: