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

node version issue #20

Open
rzkhosroshahi opened this issue Mar 31, 2020 · 0 comments
Open

node version issue #20

rzkhosroshahi opened this issue Mar 31, 2020 · 0 comments

Comments

@rzkhosroshahi
Copy link

rzkhosroshahi commented Mar 31, 2020

Hello
I have an issue with latest version of node-yarn.
As I see in the latest version of the DockerFile you used node:latest. but when I trying to install my dependencies with yarn install command I got an error to relevant node version
the error is:

yarn install v1.7.0
[1/4] Resolving packages...
[2/4] Fetching packages...
(node:9) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The engine "node" is incompatible with this module. Expected version "^8.16.0 || ^10.6.0 || >=11.0.0".
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
error @testing-library/[email protected]: The engine "node" is incompatible with this module. Expected version ">10.18".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

I tried to use yarn install --ignore-engines command. pipeline is passed and solved error but I faced another issue in production.

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

1 participant