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
The README specifies v14.17.5, however when attempting to npm i with that version there's an error stating one of the packages requires >=16 (or something to that effect)
/.node-version specifies 16.15.0 however there's an issue with installing on this version with Windows ( I get an error Unexpected token '.' involving libnpmfund).
v16.13.2 is the version that works for me
To Reproduce
Try the README version, then the .node-version on Windows 10. It's possible the latter one is an environmental issue localized to my system, but we had some coworkers report the same issue with the Unexpected token during npm i
Expected behavior
Consistent version requirements that work on all platforms
Desktop (please complete the following information):
OS: [e.g. iOS] Windows 10
Browser [e.g. chrome, safari] Chrome
Version [e.g. 22] latest >_>
The text was updated successfully, but these errors were encountered:
Describe the bug
The README specifies
v14.17.5
, however when attempting tonpm i
with that version there's an error stating one of the packages requires >=16 (or something to that effect)/.node-version
specifies16.15.0
however there's an issue with installing on this version with Windows ( I get an errorUnexpected token '.'
involving libnpmfund).v16.13.2 is the version that works for me
To Reproduce
Try the README version, then the
.node-version
on Windows 10. It's possible the latter one is an environmental issue localized to my system, but we had some coworkers report the same issue with theUnexpected token
duringnpm i
Expected behavior
Consistent version requirements that work on all platforms
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: