-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
rogatty
commented
Oct 27, 2022
- https://bethink.atlassian.net/browse/IT-4359
- https://yarnpkg.com/getting-started/migration
- https://yarnpkg.com/features/offline-cache
- https://github.com/bethinkpl/wnl-platform/pull/3946
@@ -58,6 +58,7 @@ | |||
"jest": "26.1.0", | |||
"jsdom": "^19.0.0", | |||
"jsdom-global": "^3.0.2", | |||
"node-gyp": "9.3.0", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
- 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 }} |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.