You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not very experienced with the terminal but after installing parcel i cant seem to run npm for some reason...
I see the error below:
sh: parcel: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] watch: parcel src/index.html
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] watch 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! /Users/Greenland/.npm/_logs/2018-07-04T21_55_49_538Z-debug.log
Adrians-MBP:PersonalPortfolio Greenland$ parcel src/index.html
bash: parcel: command not found
also after installing parcel and running 'parcel src/index.html' i get the error 'bash: parcel: command not found'
any assistance welcomed
thanks
adrian
The text was updated successfully, but these errors were encountered:
Hi
not very experienced with the terminal but after installing parcel i cant seem to run npm for some reason...
I see the error below:
sh: parcel: command not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! [email protected] watch:
parcel src/index.html
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the [email protected] watch 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! /Users/Greenland/.npm/_logs/2018-07-04T21_55_49_538Z-debug.log
Adrians-MBP:PersonalPortfolio Greenland$ parcel src/index.html
bash: parcel: command not found
also after installing parcel and running 'parcel src/index.html' i get the error 'bash: parcel: command not found'
any assistance welcomed
thanks
adrian
The text was updated successfully, but these errors were encountered: