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
Our instructions in the README are outdated. It should generally be enough to run nvm install inside the dev container to install the required node version (as per .nvmrc).
There's a way to do this postAttach so that it happens automatically when a devcontainer is started (not created), but I'd have to look into that.
I discovered these to be necessary as I created a codespace and found that
npm install
failed until all of these were installed.After which, running
npm install
still errors.Logfile
The text was updated successfully, but these errors were encountered: