You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running sls api:offline for the second time exits with the error below. The first execution is succeeding, as it generates the .build folder within /api.
There are 2 issues when using serverless-plugin-typescript in combination with serverless compose:
For context, this is my folder structure:
/api
handler.ts
serverless.yml
package.json
serverless-compose.yml
I have taken it from this minimal repo setup, have removed the react app, and have added typescirpt - https://github.com/serverless/compose-website-example
serverless-compose.yml
package.json
/api/handler.ts
/api/serverless.yml
sls api:offline
for the second time exits with the error below. The first execution is succeeding, as it generates the .build folder within /api.sls deploy
is also failing because it is expecting the node_modules folder at the wrong placeBoth sls offline and sls deploy are working fine if I take the
serverless-plugin-typescript
outThe text was updated successfully, but these errors were encountered: