nextjs - 💡(How to fix) Fix next info unexpectedlly interact with volta [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vercel/next.js#90241Fetched 2026-04-08 00:20:35
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
closed ×1commented ×1issue_type_added ×1labeled ×1

Error Message

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm. Volta error: Node is not available.

To run any Node command, first set a default version using volta install node Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.209.log Volta error: Node is not available.

To run any Node command, first set a default version using volta install node Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.228.log

Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:49:24 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T8132 Available memory (MB): 24576 Available CPU cores: 10 Binaries: Node: 24.11.1 npm: 11.6.2 Yarn: N/A pnpm: 10.29.3 Relevant Packages: next: 16.1.6 // Latest available version is detected (16.1.6). eslint-config-next: N/A react: 19.2.4 react-dom: 19.2.4 typescript: 5.9.3 Next.js Config: output: N/A

Code Example

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
Volta error: Node is not available.

To run any Node command, first set a default version using `volta install node`
Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.209.log
Volta error: Node is not available.

To run any Node command, first set a default version using `volta install node`
Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.228.log

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:49:24 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T8132
  Available memory (MB): 24576
  Available CPU cores: 10
Binaries:
  Node: 24.11.1
  npm: 11.6.2
  Yarn: N/A
  pnpm: 10.29.3
Relevant Packages:
  next: 16.1.6 // Latest available version is detected (16.1.6).
  eslint-config-next: N/A
  react: 19.2.4
  react-dom: 19.2.4
  typescript: 5.9.3
Next.js Config:
  output: N/A

---

see above
RAW_BUFFERClick to expand / collapse

Link to the code that reproduces this issue

https://github.com/vercel/next.js

To Reproduce

use volta install node and pnpm and run command next info

Current vs. Expected behavior

command pnpm next info has the following output:

npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
npm warn Unknown env config "verify-deps-before-run". This will stop working in the next major version of npm.
Volta error: Node is not available.

To run any Node command, first set a default version using `volta install node`
Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.209.log
Volta error: Node is not available.

To run any Node command, first set a default version using `volta install node`
Error details written to /Users/chesha1/.volta/log/volta-error-2026-02-20_22_41_53.228.log

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 25.3.0: Wed Jan 28 20:49:24 PST 2026; root:xnu-12377.81.4~5/RELEASE_ARM64_T8132
  Available memory (MB): 24576
  Available CPU cores: 10
Binaries:
  Node: 24.11.1
  npm: 11.6.2
  Yarn: N/A
  pnpm: 10.29.3
Relevant Packages:
  next: 16.1.6 // Latest available version is detected (16.1.6).
  eslint-config-next: N/A
  react: 19.2.4
  react-dom: 19.2.4
  typescript: 5.9.3
Next.js Config:
  output: N/A

volta-error-2026-02-20_22_41_53.209.log volta-error-2026-02-20_22_41_53.228.log

Provide environment information

see above

Which area(s) are affected? (Select all that apply)

Not sure

Which stage(s) are affected? (Select all that apply)

next dev (local)

Additional context

No response

extent analysis

Fix: Set a proper Volta‑managed Node default (and reinstall pnpm through Volta)

The error is not a Next.js bug – Volta cannot find a default Node binary when the next command is executed through the pnpm shim.
Give Volta

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

nextjs - 💡(How to fix) Fix next info unexpectedlly interact with volta [1 comments, 2 participants]