I'm getting an error with my npm install and would love some help/advice.
ELIFECYCLE
ENOENT
spawn bash
yorkie@2.0.0 install `node bin/install.js`
spawn bash ENOENT
Failed at the yorkie@2.0.0 install script
This is probably not a problem with npm. There is likely additional logging output above.
My node path is set in my environmental variables. My node version is 10.24.1 and npm version is 6.4.1 I am using nvm for windows to manage versions. Whenever I run npm install I get this error, and node modules is created, but package-lock is not. I have deleted node modules and ran npm cache clear with no success.
Any tips appreciated!