I have been recently asked to add some features to a new project but suddenly I 'm facing this issue when trying to run npm install
C:\Users\NUMBER 1\Desktop\Galacticode>npm install
> [email protected] postinstall C:\Users\NUMBER 1\Desktop\Galacticode
> touch secrets.js
Touching secrets.js
> [email protected] prepare C:\Users\NUMBER 1\Desktop\Galacticode
> if [ -d .git ]; then npm-merge-driver install; fi
-d was unexpected at this time.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] prepare: `if [ -d .git ]; then npm-merge-driver install; fi`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] prepare script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\NUMBER 1\AppData\Roaming\npm-cache\_logs\2019-11-26T15_32_13_499Z-debug.log