-
Notifications
You must be signed in to change notification settings - Fork 509
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
chore(deps)!: migrate from yarn to npm + workspaces #6322
base: main
Are you sure you want to change the base?
Conversation
afe52b9
to
1552cfb
Compare
This pull request has merge conflicts that must be resolved before we can merge this. |
f6a6604
to
db1db7d
Compare
I have no clue what causes this error:
(I even tried to add |
This pull request has merge conflicts that must be resolved before we can merge this. |
b512d07
to
e79bf43
Compare
98bf5a6
to
87a0864
Compare
This pull request has merge conflicts that must be resolved before we can merge this. |
This pull request has merge conflicts that must be resolved before it can be merged. |
This pull request has merge conflicts that must be resolved before it can be merged. |
Experimental PR to see how easy a switch back to npm would go.
⚠️ This PR is blocked by [this error.](https://github.com//pull/6322#issuecomment-1133227129):
``` Error: 17:56:38 Error: Cannot find module 'cookie' Require stack: - /home/runner/work/yari/yari/libs/get-locale/index.js - /home/runner/work/yari/yari/deployer/aws-lambda/content-origin-request/index.js - /home/runner/work/yari/yari/deployer/aws-lambda/tests/server.js ```To update this PR:git rebase -i upstream/main
edit
for the first two commits.git ls-files package-lock.json '**/package-lock.json' | xargs -n 1 dirname | xargs -n 1 -I % sh -c 'pushd %; rm -rf node_modules package-lock.json yarn.lock; npm install; popd'
git commit --amend --date=now
git rebase --continue