0
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! dandelion_pro@1.4.0 start: `cross-env NODE_ENV=development node server`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the dandelion_pro@1.4.0 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.

phuzi
  • 12,078
  • 3
  • 26
  • 50
Shehana Iqbal
  • 71
  • 1
  • 7
  • Well, have you checked the `C:\Users\user\AppData\Roaming\npm-cache\_logs\2020-02-13T12_19_16_574Z-debug.log`? – Nikolas Feb 13 '20 at 14:45

2 Answers2

0

Are you in app folder?

Did you do npm install?

Can you provide us package.json?

cvekaso
  • 833
  • 1
  • 11
  • 28
0

The problem resolved when I restarted and ran the project.

Shehana Iqbal
  • 71
  • 1
  • 7