Rick~
Stuck at running lifecycle scripts
I was trying to migrate an express node js application to a deno oak application.
For some reason when I run the lifecycle scripts for two of my dependencies
bcrypt
and argon2
using the command deno install --allow-scripts=npm:bcrypt@5.1.1,npm:argon2@0.41.1
which does run the script for bcrypt but gets stuck forever for argon2 (i waited for 20 minutes).
The only change I have done to deno.json is to change the "nodeModulesDir" to auto.2 replies