-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Nodesource script is deprecated #1846
Comments
Ah, I was looking at the wrong |
Yeah, the devcontainer is very outdated |
While it was up to date, did it have reasonable usability? I ask because I'm working on NixOS, which makes it kind of clunky to install all the dependencies via |
The Dockerfile in the docker directory is up to date, and is used for the CI builds. There is a PR that merges the devcontainer with the main Dockerfile, see #1587. I've never used the devcontainer myself, so I can't attest to how well it worked, but I think the reason it was left untouched was just because none of the core developers use it to keep it up to date. |
Ooh, nice! I'll see if I can get things to build on top of that PR locally. If it looks like the PR's going to stall out, I could try to stack some fixes on it to address the outstanding issues. |
Fixed in #1849. |
Verification
Introduce the issue
The dev container pulls in https://deb.nodesource.com/setup_18.x. Running that script produces a deprecation notice:/
I don't know if this is related, but on my machine, the dev container is somehow missing
npm
. I'm not sure how the rest of the dev container can build if this step is failing, so that's pretty weird. My system might just be special, though. Running the script manually in the container does let me installnpm
.Preferred solution
No response
Version
v1.13.0
The text was updated successfully, but these errors were encountered: