Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: allow node above 16 #167

Merged
merged 1 commit into from
Mar 16, 2023
Merged

chore: allow node above 16 #167

merged 1 commit into from
Mar 16, 2023

Conversation

imballinst
Copy link
Owner

@imballinst imballinst commented Mar 16, 2023

Addresses #166. Before:

@imballinst ➜ /workspaces/react-bs-datatable (allow-node-above-16) $ yarn
yarn install v1.22.19
[1/5] Validating package.json...
error react-bs-datatable@3.8.0: The engine "node" is incompatible with this module. Expected version "16". Got "18.15.0"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

After:

@imballinst ➜ /workspaces/react-bs-datatable (allow-node-above-16) $ yarn
yarn install v1.22.19
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
[4/5] Linking dependencies...
warning " > babel-loader@8.2.3" has unmet peer dependency "webpack@>=2".
warning "@storybook/addon-essentials > @storybook/addon-docs > @storybook/core > @storybook/core-client@6.4.14" has unmet peer dependency "webpack@*".
warning " > @storybook/testing-react@1.2.3" has unmet peer dependency "@storybook/addons@>=6.4.0".
warning " > @storybook/testing-react@1.2.3" has unmet peer dependency "@storybook/client-api@>=6.4.0".
warning " > @storybook/testing-react@1.2.3" has unmet peer dependency "@storybook/preview-web@>=6.4.0".
warning " > bootstrap@5.1.3" has unmet peer dependency "@popperjs/core@^2.10.2".
warning Workspaces can only be enabled in private projects.
[5/5] Building fresh packages...

@imballinst imballinst self-assigned this Mar 16, 2023
@imballinst imballinst merged commit 1b03ba6 into main Mar 16, 2023
@imballinst imballinst deleted the allow-node-above-16 branch March 16, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant