-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Description
HI,
I cloned the repository and after running the npm install
and following command :
C:\Users\Baptiste\Documents\udacity\website-ipfs\startbootstrap-freelancer>npm start
I get the following error message:
node scripts/clean.js
The system cannot find the path specified.
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! [email protected] clean:node scripts/clean.js
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the [email protected] clean 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\Baptiste\AppData\Roaming\npm-cache_logs\2021-11-08T15_20_50_949Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! [email protected] build:npm run clean && npm run build:pug && npm run build:scss && npm r>un build:scripts && npm run build:assets
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the [email protected] build 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\Baptiste\AppData\Roaming\npm-cache_logs\2021-11-08T15_20_50_973Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 3
npm ERR! [email protected] start:npm run build && node scripts/start.js
npm ERR! Exit status 3
npm ERR!
npm ERR! Failed at the [email protected] start 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\Baptiste\AppData\Roaming\npm-cache_logs\2021-11-08T15_20_51_011Z-debug.log
Any idea please?
Thanks very much
Baptiste