REPL: Unsupported Node.js version 10. Required Node.js version >=12.
Open
Nobody has claimed this yet.
bug
help wanted
- Dominant language
- PureScript
- Stars
- 831
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
When running spago repl I get this error : Unsupported Node.js version 10. Required Node.js version >=12.
which node = /home/richard/.nvm/versions/node/v18.13.0/bin/node
nvm list

To reproduce:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with spago repl, then compare the Node.js version reported by the command with which node and nvm list. Trace how the REPL selects or discovers Node.js; done means the command uses the intended Node.js version and no longer reports version 10 when Node.js 18 is active.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100