This repository was archived by the owner on May 1, 2024. It is now read-only.
Substitute for --unsafe-perm in NPM 7 ? #121
|
I found What should I use instead? |
Answered by
MylesBorins
Dec 15, 2020
Replies: 2 comments 11 replies
|
Can you expand on your use case a bit more? We no longer drop permissions when running shell scripts, we use the permissions of the folder. |
7 replies
Answer selected by
MylesBorins
|
It seems that unsafe-perm=true is gone??? Im trying to upload an app to AWS ElasticBeanstalk with Node 16 and this doesnt work now... any replacement? I cant find it in the docs! |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you expand on your use case a bit more? We no longer drop permissions when running shell scripts, we use the permissions of the folder.