'Nodejs local version vs project version
If I have a Nodejs project handed to me with the package.json specifying the version "latest" of node (which at the time of this post is Node 17), would there be an issue if my local version is node 14?
Also when I perform "npm install" I don't see any errors come back, but when I check my node version with "node -v" in the project space it still indicates node 14, but in the package-lock.json I see mentions of Node 17.
Anyone experienced in this area able to offer insight to this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
