-
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
alpine-node won't preinstall pnpm despite pnpmVersion specified #61
Comments
fixed with commit could you retry ? |
ping @lolmaus |
@cirolosapio Nope. :( Here's my I change the pnpm version at the the highlighted line to When it's done, I pop the terminal in VS Code and run
|
I think this is the normal behavior if in your package json is setted [email protected] |
@cirolosapio Hey, thank you for pointing that out. I have :
Now, when I do
I expect 9.3.0 to be preinstalled at this point, but instead it offers to install 9.5.0. The devcontainer feature is defined like this, am I using the latest version?
|
Hi! Thank you for the devcontainer features!
Here's my
devcontainer.json
: https://github.com/lolmaus/slice-and-dice/blob/3d8276309c45dd0ce57631b3ed001096685cae5e/.devcontainer/devcontainer.jsonI update the
pnpmVersion
property from9.2.0
to9.4.0
like this:I save the file and issue the
Dev Containers: Rebuild Container Without Cache
palette command. It rebuilds.But when I pop the terminal and do
pnpm -v
, it replies with Corepack is about to download https://registry.npmjs.org/pnpm/-/pnpm-9.2.0.tgz. So pnpm is not preinstalled and the wrong version is offered to be installed:Here are the logs: https://gist.github.com/lolmaus/4c68bd3bca399ee8e991f93b25eb7214
The prharse Preparing [email protected] for immediate activation... is repeated 34 times! Yet, pnpm is not preinstalled.
Please help.
The text was updated successfully, but these errors were encountered: