awslabs / green-boost

Build Full Stack Cloud Native Web Apps on AWS Fast
https://awslabs.github.io/green-boost/
Apache License 2.0
70 stars 8 forks source link

Cannot install packages via pnpm within a container environment #178

Closed pchaganti closed 1 year ago

pchaganti commented 1 year ago

Trying out gboost in a container. Currently running pnpm i results in an error. This is probably not a gboost issue, but something to be aware of. If anyone has tried this and has a workaround, would love to know.

Created an issue in pnpm repo for tracking this as well - https://github.com/pnpm/pnpm/issues/6187

bestickley commented 1 year ago

@pchaganti, thanks for reporting. Is this issue with gboost limited to the container for you? I'm not able to reproduce but I will stay on the lookout.

pchaganti commented 1 year ago

My use case is primarily running in vscode devcontainers. Have not tried it in other env.

thanks!

bestickley commented 1 year ago

@pchaganti, I'm going to close this issue as I think this is more of an issue with the VSCode Dev Container. Feel free to reopen if that's not the case.