Describe the bug
-
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 >_>
Describe the bug
The README specifies
v14.17.5, however when attempting tonpm iwith that version there's an error stating one of the packages requires >=16 (or something to that effect)/.node-versionspecifies16.15.0however 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-versionon 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 tokenduringnpm iExpected behavior
Consistent version requirements that work on all platforms
Desktop (please complete the following information):