-
Notifications
You must be signed in to change notification settings - Fork 76
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
NPM install issue - bson module didn't build #177
Comments
That is quite possible, because when running What is needed is to know what new process environment lacks, it may be some environment variable Please add
pev.js
no more others ideas so far |
pev.js was never called: looks like NPM exits before reaching it - is this making sense? I wonder how |
Just try to lunch other process from Node and Java and you will see that it will run in bare environment quite different from OS shell. OS shell is Try check if The Java code for launching But before blindly adding more environment variables, it would be nice to have some reference docs... What is minimal and needed for |
0 info it worked if it ends with ok |
I don't see added value in this log |
@nodeleaf I have added similar handling on envVar to npm launch. So once 0.18 is released, we can return and check this issue. |
I am reporting this issue for the records mostly - in case it will lineup with another thread one day...
Building a new MEAN stack project from IDE every module dependencies in package.json file were installed from Run As... > npm install but one: mongoose.
mongoose depends on mongodb that depends on bson module: the bson module didn't build from IDE therefore mongoose installation failed.
What let me think this is not a module but an IDE issue is quite simple:
$ npm install
from a command line is working just fine.The text was updated successfully, but these errors were encountered: