npm install has successfully worked on every other package I have installed, but for some reason I always get this error on git bash when downloading ejs. I was able to "npm install ejs" successfully on windows power shell. Any ideas on why this only happens when installing ejs on gitbash?
I've tried reinstalling(gitbash, and node). The $path for npm and node is there.
'node' is not recognized as an internal or external command,
operable program or batch file.
npm WARN ejsdemo@1.0.0 No repository field.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ejs@3.0.1 postinstall: `node ./postinstall.js`
npm ERR! Exit status 1
npm ERR!
node is working $ node Welcome to Node.js v13.1.0. Type ".help" for more information.