-
Notifications
You must be signed in to change notification settings - Fork 7
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
Github Actionsでnpm run productionをしたとき、243のエラーが出る。 #25
Comments
追記です。 |
@s-nagamine-lab |
@shonansurvivors ちなみに243エラーに関してnpmに問い合わせたところ、以下のような回答が返ってきました。これを踏まえて、こちらでも調査します。
|
@shonansurvivors |
@s-nagamine-lab @179Bell + - uses: actions/setup-node@v3
+ with:
+ node-version: 16
+
- - run: docker-compose exec -T web npm ci
+ - run: npm ci
if: ${{ !steps.cache-npm-ci.outputs.cache-hit }}
+ working-directory: backend
- - run: docker-compose exec -T web npm run prod
+ - run: npm run prod
+ working-directory: backend |
@shonansurvivors |
@179Bell |
「TerraformでFargateを構築してGithub Actionでデプロイ」をやっていて、4章の4.23のデプロイをしたところ、npm run productionをしたとき、243のエラーが出て止まります。こちらのコードをコピーして、feature/push_images_to_ecrにプッシュ時に走らせるようにしても同様です。
https://github.com/shonansurvivors/laravel-fargate-app/blob/chapter-4/.github/workflows/deploy.yml
こちら何か解決策はありますでしょうか?
The text was updated successfully, but these errors were encountered: