Building Compass : Node Version

$ npm run bootstrap

> bootstrap
> npm install && lerna run bootstrap --stream

npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: mongodb-compass@0.0.0-dev.0
npm ERR! notsup Not compatible with your version of node/npm: mongodb-compass@0.0.0-dev.0
npm ERR! notsup Required: {"node":"^14.17.5","npm":">=7.0.0"}
npm ERR! notsup Actual:   {"npm":"8.5.2","node":"v16.14.0"}

I tried dropping back to 14.17.5 but no luck with that, either.
Tips?

Nemmind … wasn’t enough to have the right node version. Had to make sure npm was == 7.0.0
This is actually mentioned in Working With the Monorepo … my bad, thanks.

2 Likes

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.