Install fails on Node version v12.6.0
When I try to install this package using yarn install, getting the following error.
yarn install v1.17.3 warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 <= 11.0.0-0". Got "12.6.0" error Found incompatible module. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
package 'nunjucks' is a dependency of 'react-bluekit', which is no longer used in this package.
Can we remove 'react-bluekit' if its no longer required.
seems 'bluekit' is removed in favour of 'storybook'.
Refer: https://github.com/40818419/react-code-input/issues/21
i published a version of this package to npm that cleans up the bluekit dev dependency (amongst others improvements). you can try it out here:
npm i @acusti/react-code-input
# or
yarn add @acusti/react-code-input