npm install throws ENOENT

Viewed 62

I'm trying to use NPM to install some packages, but for some reason NPM throws an ENOENT error: screenshot. Can anyone tell me what's going on here?

1 Answers

NPM is trying to invoke bash, which doesn't exist on windows. You should be able to fix this by installing Git Bash

Related