You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through trial-and-error (going back from version 19 to 15), I found that npm install only works on Node 15.
This should be documented in the readme and also added to the package.json file under engines so new developers are made aware that they likely need to switch to an earlier version of Node than what they normally use.
The text was updated successfully, but these errors were encountered:
aral
changed the title
Document what version of node/npm is required + add to engines in package.json
Add required version of Node to engines in package.json
Feb 8, 2023
Closing this as I just tested and npm does not give you an error before installing dependencies even if you have an invalid Node/npm version installed.
Through trial-and-error (going back from version 19 to 15), I found that
npm install
only works on Node 15.This should be
documented in the readme and alsoadded to the package.json file under engines so new developers are made aware that they likely need to switch to an earlier version of Node than what they normally use.The text was updated successfully, but these errors were encountered: