Answers for "verbose lifecycle @~dev: unsafe-perm in lifecycle true"

0

verbose lifecycle @~dev: unsafe-perm in lifecycle true

For status Code 126 I was getting this same issue. This process worked for me 
and should be done in the affected directory. Follow these Steps:

1. Delete node_modules
2. Run npm install to reinstall the dependencies in that directory's package.json

I believe this problem started when I copied node_modules from my host to my 
Ubuntu server rather than running the installs directly from the server CLI.
Posted by: Guest on November-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language