npm ERR! A complete log of this run can be found in:
npm ERR! /home/bp/.npm/_logs/2020-07-17T02_46_37_723Z-debug.log
An error occurred during the push operation: Command failed: npm start
then when i ran npm build i got this npm WARN build npm build called with no arguments. Did you mean to npm run-script build?npm WARN build npm build called with no arguments. Did you mean to npm run-script build?
Had these errors at step 6 of the readme.md file:
npm ERR! missing script: start
npm ERR! A complete log of this run can be found in: npm ERR! /home/bp/.npm/_logs/2020-07-17T02_46_37_723Z-debug.log An error occurred during the push operation: Command failed: npm start
then when i ran npm build i got this npm WARN build
npm build
called with no arguments. Did you mean tonpm run-script build
?npm WARN buildnpm build
called with no arguments. Did you mean tonpm run-script build
?But it worked.