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

IT-4359 | Update to yarn v3 #215

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

IT-4359 | Update to yarn v3 #215

wants to merge 9 commits into from

Conversation

@@ -58,6 +58,7 @@
"jest": "26.1.0",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"node-gyp": "9.3.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix for:

Usage Error: Couldn't find a script name "node-gyp" in the top-level (used by deasync@npm:0.1.21). This typically happens because some package depends on "node-gyp" to build itself, but didn't list it in their dependencies. To fix that, please run "yarn add node-gyp" into your top-level workspace. You also can open an issue on the repository of the specified package to suggest them to use an optional peer dependency.

I found vuejs/vue-jest#403 but didn't go any deeper yet.

@@ -44,7 +44,7 @@
"@types/node": "^17.0.9",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-typescript": "^4.5.13",
Copy link
Contributor Author

@rogatty rogatty Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's causing build to fail on master.

Comment on lines +20 to +23
- name: Insert auth font awesome auth token
run: yarn config set npmScopes.fortawesome.npmAuthToken $FONT_AWESOME_AUTH_TOKEN
env:
FONT_AWESOME_AUTH_TOKEN: ${{ secrets.FONT_AWESOME_AUTH_TOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"@fortawesome/vue-fontawesome": "2.0.6",
"@storybook/addon-controls": "^6.5.13",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addon-storysource": "^6.5.13",
"@storybook/addon-viewport": "^6.5.13",
"@storybook/vue": "^6.5.13",
"@types/jest": "29.2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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