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
Spent a decent chunk of time following a generic error trail when cloning the repo and attempting to install and run locally. Turns out the node version of 12 and another version of 8 I had installed are incompatible. Through trial and error, I found that v10.20.1 worked without a hitch. Can we add something like this to the package.json to at least provide a warning/hint to the user?
Spent a decent chunk of time following a generic error trail when cloning the repo and attempting to install and run locally. Turns out the node version of 12 and another version of 8 I had installed are incompatible. Through trial and error, I found that
v10.20.1
worked without a hitch. Can we add something like this to thepackage.json
to at least provide a warning/hint to the user?If not, maybe just a note in the README? My npm version is
6.14.4
in case that helps anyone.The text was updated successfully, but these errors were encountered: