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

build old versions like v21.4.4 with yarn > 1.x (fix unexpected end of file) #3436

Open
Dexus opened this issue May 12, 2022 · 0 comments
Open
Labels
question Questions should be raised at https://community.greenbone.net/

Comments

@Dexus
Copy link
Contributor

Dexus commented May 12, 2022

I would only let this as a notice here:

If you build this, you maybe get errors from yarn <2.x with unexpected end of file response.

You should update your yarn to v2+
and add the skip for preflight checks:

echo "SKIP_PREFLIGHT_CHECK=true" >> .env
npm i -g yarn
yarn set version berry # can also be stable
# from here you can run normal yarn commands
yarn
yarn build
@Dexus Dexus added the question Questions should be raised at https://community.greenbone.net/ label May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Questions should be raised at https://community.greenbone.net/
Projects
None yet
Development

No branches or pull requests

1 participant