Error: Couldn't resolve version spec %s: %s
See original GitHub issueFirst of all, thank you very much for very useful application!
Now I got an error in nodeist@0.8.2 in Windows 8.1. I have installed node with version 4.4.7 with nodist.
When I command node in the directory, then I got an error Sorry, there's a problem with nodist. Couldn't resolve version spec %s: %s >=4.0.0 <7.0.0 improper constraint: >=4.0.0 <7.0.0.
The directory have package.json file which includes key "engines": {"node": ">=4.0.0 <7.0.0"}, it might make problem.
When I removed the line "engines": {"node": ">=4.0.0 <7.0.0"}, then the command node works well.
Issue Analytics
- State:
- Created 7 years ago
- Comments:17
Top Results From Across the Web
Error: Couldn't resolve version spec %s: %s · Issue #155
When I command node in the directory, then I got an error Sorry, there's a problem with nodist. Couldn't resolve version spec %s:...
Read more >How to solve this problem Error: Couldn't resolve the package?
I couldn't manage to make it work on the main package, so I imported Equatable in this private sub-package, exported (using export keyword)...
Read more >3 ways to solve java.lang.NoClassDefFoundError in Java J2EE
This is the most common error in Java development along with java.lang. ... NoClassDefFoundError: Could not initialize class on other places.
Read more >Troubleshoot Content Distribution issues - Microsoft Learn
This article discusses how to troubleshoot common content distribution issues. Original product version: Configuration Manager current branch, ...
Read more >Online Error Reference Material - SSA
Online Error Reference Material. To help resolve error conditions that prevented Social Security from processing your wage report, view the file on your...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Mh. That’s a bug in the semver lib for the shims.
As an intermediate fix you can override local switching with env switching: you can set the desired version using
nodist env x.x.xOn July 14, 2016 11:25:39 AM CEST, Jack Cuthbert notifications@github.com wrote:
Sent from my Android device with K-9 Mail. Please excuse my brevity.
Deleted
.node-versionfile, problem gone.