We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to Reproduce
git clone [email protected]:epam/ketcher.git
node --version ---> v16.13.0
yarn --version ---> v3.1.0
yarn install
Expected behavior: Install dependencies described in package.json.
package.json
Actual behavior: Yarn runs for a few minutes, downloads a ton of zip files in .yarn/cache and fails when trying to build node-sass.
.yarn/cache
node-sass
Screenshots
OS: Ubuntu 20.04.3 LTS
Additional context: Outside the project folder, yarn --version gives 1.22.17
yarn --version
1.22.17
The text was updated successfully, but these errors were encountered:
Fixed, tested v.2.4
Sorry, something went wrong.
AndreiMazol
AllaZhbanova
No branches or pull requests
Steps to Reproduce
git clone [email protected]:epam/ketcher.git
node --version ---> v16.13.0
yarn --version ---> v3.1.0
yarn install
Expected behavior: Install dependencies described in
package.json
.Actual behavior: Yarn runs for a few minutes, downloads a ton of zip files in
.yarn/cache
and fails when trying to buildnode-sass
.Screenshots



OS:
Ubuntu 20.04.3 LTS
Additional context: Outside the project folder,
yarn --version
gives1.22.17
The text was updated successfully, but these errors were encountered: