opencred
opencred copied to clipboard
"npm run build" fails
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