David Wells
David Wells
@orzechowskid whats the dependency look like in your package.json? I'd like to shrink my bundle as well =)
Solid tip I made a plugin that outputs Outputs into a "manifest file" https://www.npmjs.com/package/serverless-manifest-plugin This might help avoid some hardcore greps. I'd love if `sls deploy` had a `--json` flag...
Hey! Good question. Right now the plugin will only add fully rendered html pages to the sitemap. This might make a cool feature though 😃 What kind of SPA are...
Running into this issue as well. Was this ever patched in a newer version of oclif?
Thanks for the PR. This was fixed via https://github.com/DavidWells/analytics/pull/313
Fixed and pushed with `@analytics/[email protected]` Sorry for delay. Load plugin was not implemented yet 😃
My thoughts exactly
In the backend folder Run `npm I sync-request` again It looks like that package is not in your nose modules or it is corrupted Then deploy it again - David...
Inside this folder https://github.com/serverless/scope/tree/master/backend make sure you run `npm install` then check the `backend/node_modules` folder for the `sync-request` module
@mgd216 do you have the `sync-request` module in your `backend/node_modules` folder? If so, run `sls deploy` inside the `backend` folder to redeploy the service