Have Quickstart instructions changed?
See original GitHub issueI installed both from git clone and with the master zip, but I get the same results
`> npm install -g serverless
serverless create -u https://github.com/adieuadieu/serverless-chrome/tree/master/examples/serverless-framework/aws npm run deploy npm ERR! Linux 4.13.0-32-generic npm ERR! argv “/home/garym/.nvm/versions/node/v6.11.1/bin/node” “/home/garym/.nvm/versions/node/v6.11.1/bin/npm” “run” “deploy” npm ERR! node v6.11.1 npm ERR! npm v3.10.10
npm ERR! missing script: deploy npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! https://github.com/npm/npm/issues
npm ERR! Please include the following file with any support request: npm ERR! . npm-debug.log /serverless-chrome-master/npm-debug.log ` I also tried without the git source, in a fresh empty directory, deploy then complains of no package.json
I’ve included the log in case it is useful – I’m trying to deploy on Ubuntu 17.10; I don’t have much experience with npm, but I notice the package.json file in the root directory doesn’t include a deploy definition (if that’s important)
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
I’m having basically the same issue … it seems to be unreliable.
Has anyone had this problem and resolved it somehow ?
@teledyn Try:
Before doing
npm deploy
make sure you’ve set up your AWS credentials