opencred icon indicating copy to clipboard operation
opencred copied to clipboard

"npm run build" fails

Open naga-cid opened this issue 1 year ago • 0 comments

I am trying the "Run via node" method.

npm run build fails with the below error,

npm error Missing script: "build"
npm error
npm error To see a list of scripts, run:
npm error   npm run
npm error A complete log of this run can be found in: /home/ec2-user/.npm/_logs/2024-08-19T11_05_48_324Z-debug-0.log

But I can successfully start the application with npm run start

naga-cid avatar Aug 19 '24 11:08 naga-cid