Shehana Iqbal
Shehana Iqbal

Reputation: 91

How can I get rid of the error "Failed at the [email protected] start script."?

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `cross-env NODE_ENV=development node server`
npm ERR! Exit status 1
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\user\AppData\Roaming\npm-cache\_logs\2020-02-13T12_19_16_574Z-debug.log

This is how it appears on the terminal when attempting to start the project.

Upvotes: 0

Views: 53

Answers (2)

Shehana Iqbal
Shehana Iqbal

Reputation: 91

The problem resolved when I restarted and ran the project.

Upvotes: 0

cvekaso
cvekaso

Reputation: 865

Are you in app folder?

Did you do npm install?

Can you provide us package.json?

Upvotes: 0

Related Questions