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
Hi @davidtucker , first of all thanks for the excellent pluralsight tutorial, but I am currently stuck during deployment.
I just cloned the p2 branch and ran yarn install, but when I cd to the infrastructure directory and run npx cdk deploy is spits out this error:
Bundling asset ApplicationStack/WebApp/WebAppDeploy/WebAppDeploy/Asset1/Stage... /bin/sh: 2: cd: can't cd to webapp.
I didn't change anything in the code, it is just a fresh untouched p2 branch.
I am running this build in a docker container so that I can install the same node and yarn version as in the tutorial, only the aws cli is the v2 version (as opposed to v1 you were using), I upgraded to aws cli v2 because I thought it could fix the issue.
If I attempted to use latest versions of node, yarn, npm, cdk, etc I will face a lot of more errors due to outdated packages being used.
Here are my tooling versions if you want to check:
I know it might be hard for you to reproduce this issue, but if you do have a few tips please let me know..., in the meantime I will just watch the tutorial and won't be following along...
Regards.
The text was updated successfully, but these errors were encountered:
Hi @davidtucker , first of all thanks for the excellent pluralsight tutorial, but I am currently stuck during deployment.
I just cloned the
p2
branch and ran yarn install, but when I cd to the infrastructure directory and runnpx cdk deploy
is spits out this error:Bundling asset ApplicationStack/WebApp/WebAppDeploy/WebAppDeploy/Asset1/Stage...
/bin/sh: 2: cd: can't cd to webapp
.I didn't change anything in the code, it is just a fresh untouched
p2
branch.I am running this build in a docker container so that I can install the same node and yarn version as in the tutorial, only the aws cli is the v2 version (as opposed to v1 you were using), I upgraded to aws cli v2 because I thought it could fix the issue.
If I attempted to use latest versions of node, yarn, npm, cdk, etc I will face a lot of more errors due to outdated packages being used.
Here are my tooling versions if you want to check:
I know it might be hard for you to reproduce this issue, but if you do have a few tips please let me know..., in the meantime I will just watch the tutorial and won't be following along...
Regards.
The text was updated successfully, but these errors were encountered: