Describe the bug
When running npm i I am prevented from installing.
To Reproduce
Steps to reproduce the behavior:
Update node to version 17
Attempt package installation
Expected behavior
I expect installation to work.
Screenshots
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: rethinkdb-ts@2.4.15
npm ERR! notsup Not compatible with your version of node/npm: rethinkdb-ts@2.4.15
npm ERR! notsup Required: {"node":">=12.x <=16.x"}
npm ERR! notsup Actual: {"npm":"8.1.0","node":"v17.0.1"}
System info
OS: macOS Monterey 12.0.1
RethinkDB Version: 2.4.1
Additional context
I don't think CPU is a factor but I am using an M1 Max.
EDIT: Installing node version 16.13.0 via nvm works.
Describe the bug When running
npm i
I am prevented from installing.To Reproduce Steps to reproduce the behavior:
Expected behavior I expect installation to work.
Screenshots
System info
Additional context I don't think CPU is a factor but I am using an M1 Max.
EDIT: Installing node version
16.13.0
via nvm works.