bmiles-development / saas-starter-pack

Vue.js and AWS Amplify SaaS template site with pre-built login flow using AWS Amplify
MIT License
18 stars 7 forks source link

Clean up npm serve output errors when npm serve is ran for the first time #3

Open bmilesp opened 4 years ago

bmilesp commented 4 years ago

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 to npm run-script build?npm WARN build npm build called with no arguments. Did you mean to npm run-script build?

But it worked.