Hey , I am having issues with doing npm install in...
# general
w
Hey , I am having issues with doing npm install in a linux box I get the following
Copy code
verbose npm  v6.14.4
293 error code ELIFECYCLE
294 error syscall spawn
295 error file sh
296 error errno ENOENT
297 error deasync@0.1.19 install: `node ./build.js`
297 error spawn ENOENT
298 error Failed at the deasync@0.1.19 install script.
298 error This is probably not a problem with npm. There is likely additional logging output above.
I use pulumi 2 , I tried with node version 12 and 14 , with same outcome , All of this worked fine in my Mac , Any idea about this ?