Aaron McCloud
09/21/2021, 12:33 AMJay
Aaron McCloud
09/21/2021, 1:02 AMaws-cli
- I'm having him do that nowJay
thdxr
09/21/2021, 1:02 AMnpx sst
will look for a package named sst. Think you want to add a script that calls sst start and do npm run start
Jay
npx sst start
doesn’t work for you?thdxr
09/21/2021, 1:03 AMnpx
you can do npx @serverless-stack/cli start
thdxr
09/21/2021, 1:03 AMthdxr
09/21/2021, 1:03 AMJay
Aaron McCloud
09/21/2021, 1:04 AMnpx @serverless-stack/cli start
. Thanks!! 🙏Jay
npx sst start
should work fine. Just check that package.json
has @serverless-stack/cli
as one of the dependencies.Aaron McCloud
09/21/2021, 2:13 AMaws cli
fixed it