Yudhvir Raj

Results 7 comments of Yudhvir Raj

This works on npm 6.14.2. It looks like this issue started in npm 7 & persists in npm 8.

To test this idea, I installed https://www.npmjs.com/package/npm-lifecycle-hooks! & it ran the lifecycle methods! Then I copied the package contents to a new folder & published it as a scoped package...

Hi @SBoudrias , I made a Pull Request for this feature. Please check it out when you have time :)

The "fix" is to enable the legacy provider: ```export NODE_OPTIONS=--openssl-legacy-provider```

https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported

From https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported > In Node.js v17, the Node.js developers closed a security hole in the SSL provider. This fix was a breaking change that corresponded with similar breaking changes in...