Morning Matthew,
This is what I get after I run npm install:
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/CompuIves/humps.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dave\AppData\Roaming\npm-cache\_logs\2021-02-08T08_54_15_380Z-debug.log
and when I run npm start:
> MyInstuiApp@1.0.0 start C:\Canvas\MyInstuiApp
> ui-build --bundle --watch -p 3000
'ui-build' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! MyInstuiApp@1.0.0 start: `ui-build --bundle --watch -p 3000`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the MyInstuiApp@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\dave\AppData\Roaming\npm-cache\_logs\2021-02-08T08_55_18_552Z-debug.log
I can do an install of react.js as usual in the same location?
I'm sure I'm doing something wrong!
But thank you for replying 🙂
Dave