Khan / react-multi-select

A multiple select component for React
MIT License
183 stars 97 forks source link

Not compatible with your version of node/npm #91

Open gonzalesc opened 3 years ago

gonzalesc commented 3 years ago

Hi, When I try to install it:

$ npm install --save @khanacademy/react-multi-select
npm WARN notsup Unsupported engine for @khanacademy/react-multi-select@0.3.3: wanted: {"npm":"^3.0.0"} (current: {"node":"14.17.6","npm":"6.14.15"})
npm WARN notsup Not compatible with your version of node/npm: @khanacademy/react-multi-select@0.3.3
npm WARN @khanacademy/react-multi-select@0.3.3 requires a peer of react@^0.14.7 || ^15.0.0 but none is installed. You must install peer dependencies yourself.

I have react:

$ npm view react version
17.0.2

Regards

m00nst3r commented 3 years ago

same issue.

matheusmoraes23 commented 2 years ago

same issue :(

KumarRitwick commented 1 year ago

You can use this to to force add the dependency. npm install --save @khanacademy/react-multi-select --force