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

wont build Mac #4

Closed
worthbeer opened this issue Jul 8, 2021 · 2 comments
Closed

wont build Mac #4

worthbeer opened this issue Jul 8, 2021 · 2 comments

Comments

@worthbeer
Copy link

error [email protected]: The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "14.6.0"
error Found incompatible module.

build aborts then reverts,
Mac 11.2.2
node v14.6.0
yarn 1.22.5

@EliEladElrom
Copy link
Owner

Since this is not reproducible Github Action and Travis CI and I was able to build on Mac 11.4, node v14.17.0, yarn 1.22.10 without an issue. This type of dependency issue is often machine-specific. As we discussed, try to install each library one by one from the package.json file, until you see which one fails. Also uninstall and reinstall node, something along that line, removing old directories and such Let me know. For you know you could use the book chapter directories with --legacy-peer-deps.

@worthbeer
Copy link
Author

node: 'v14.6.0', npm: '7.19.1'

it is the node version there are a host of warnings coming up with atempts to install jest opened issue on node
https://github.com/nodejs/node/issues/39309

thanks

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

No branches or pull requests

2 participants