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
It'd be nice to be able to get NPM to run on Noderunner so that we can automatically run it in our cloud.
Right now it doesn't run because "umask" is not supported.
The text was updated successfully, but these errors were encountered:
Making progress on the fs module and on some weird callback styles that don't appear anywhere else but in NPM -- now fixed.
Next thing we need to do apparently is to support "cwd".
Not sure if we can do enough with the "FS" module to make this work on Java 6 though.
Sorry, something went wrong.
Required fixes to "fs" to handle file UID and GID the way that NPM wants, to error messages from fs, to TLS support, and in other places.
No branches or pull requests
It'd be nice to be able to get NPM to run on Noderunner so that we can automatically run it in our cloud.
Right now it doesn't run because "umask" is not supported.
The text was updated successfully, but these errors were encountered: