-
Notifications
You must be signed in to change notification settings - Fork 58
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
Remove references/dependency on process.umask()
#119
Comments
Good context on this change/work can be found here: nodejs/node#32321 |
darcyclarke
changed the title
Update
Update cli to no longer rely on Oct 1, 2020
tar
to no longer rely on process.umask()
process.umask()
darcyclarke
changed the title
Update cli to no longer rely on
Remove references/dependency on Oct 1, 2020
process.umask()
process.umask()
Other reference to thread: npm/cli#1103 (comment) |
OK, I'm starting work on this in pacote. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
process.umask()
fromtar
(or updatetar
if it's already removed in latest versions)process.umask()
everywhere in the cli (ex.lib/utils/config.js
)Node deprecation ref: nodejs/node@60c4c2b6c5
The text was updated successfully, but these errors were encountered: