Installed tools for devcontainer disappear when opening a new terminal #140373
Unanswered
camillevillnv
asked this question in
Codespaces
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Question
Body
This is my current
devcontainer.json
file:I've rebuilt my codespace multiple times, both Full Rebuild and just Rebuild, and what happens is that when I open a new terminal, the
Node.js
version goes back tov16.20.0
andpnpm
is not installed at all. They're only available in the first terminal that's available by default when you've created a new codespace.Terraform and AWS CLI seem to work just fine though when I open a new terminal.
Beta Was this translation helpful? Give feedback.
All reactions