-
Notifications
You must be signed in to change notification settings - Fork 230
Error when deploy: "no such file or directory .build/.serverless" #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm experiencing the same issue without a separate build plugin like webpack, babel, etc. |
I have the same issue as @nathanchapman . After |
Workaround (hacky) to fix this was to NOT delete folder |
Hi, is there a fix for it? The problem seems to be still there.
serverless-plugin-typescript: 1.1.9 (downgrade to 1.1.7) does not seem to help. |
It looks like the problem is the order the following plugins are listed in:
The doc states
|
Any update on this? |
Any fix for this ? |
I hit this problem when I forgot to create a |
Found a fix for the remove the serverless-plugin-typescript plugin from plugins. The serverless-plugin-typescript doesn't work with the serverless-webpack plugin |
Removing the serverless-plugin-typescript works for me. Webpack can compile your typescript files using ts-loader, use that instead and remove the type-script plugin. |
Downgrade the version of my local serverless seems to fix the issue. That said, some of you did have the issue with older serverless versions ... |
Just had this issue appearing again today when I updated to 2.37.0. I reverted to 2.35.0 and it fixed it. serverless.yml plugins
package.json modules versions
|
Same here. I tried with |
Still an issue overhere. No clue what the |
Having same issue here. |
I am using serveless plugins:
It seems that using new serverless plugins:
|
Make sure your
|
serverless.yml
webpack.config.js
tsconfig.json
Full error
The text was updated successfully, but these errors were encountered: