-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Open
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nodejsNode.js is a free, open-source, cross-platform JavaScript runtime environmentNode.js is a free, open-source, cross-platform JavaScript runtime environment
Description
Nixpkgs version
- Unstable (25.11)
Describe the bug
When using NixOS provided Node binaries (regardless of Node version), any Nuxt project will take up to 5+ minutes to launch with the development server (npm run dev
). Not replicable using tooling such as nix-nvm.
Relevant Nuxt issue: nuxt/nuxt#28023
Steps to reproduce
- Clone this repository - https://github.com/wale/nuxt-nix-repro and run
direnv allow
(if usingnix-direnv
)- Alternatively, you can use a fresh Nuxt project, and create a Nix flake with
nodejs
installed in the devshell.
- Alternatively, you can use a fresh Nuxt project, and create a Nix flake with
- Update Nix and
npm
packages:nix flake update && pnpm upgrade -P
- Run the development server (
pnpm dev
)
Expected behaviour
Nuxt development server starts in < 1 minute.
Screenshots
Screenshots and log output provided in nuxt/nuxt#28023.
Relevant log output
Additional context
No response
System metadata
- system:
"x86_64-linux"
- host os:
Linux 6.12.30, NixOS, 25.11 (Xantusia), 25.11.20250523.063f43f
- multi-user?:
yes
- sandbox:
yes
- version:
nix-env (Nix) 2.28.3
- nixpkgs:
/nix/store/khwrmv3vkmc60ig18h90rf0iadis95na-source
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE
.)
I assert that this issue is relevant for Nixpkgs
- I assert that this is a bug and not a support request.
- I assert that this is not a duplicate of an existing issue.
- I assert that I have read the NixOS Code of Conduct and agree to abide by it.
Is this issue important to you?
Add a 👍 reaction to issues you find important.
HigherOrderLogic
Metadata
Metadata
Assignees
Labels
0.kind: bugSomething is brokenSomething is broken6.topic: nodejsNode.js is a free, open-source, cross-platform JavaScript runtime environmentNode.js is a free, open-source, cross-platform JavaScript runtime environment