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

[Bug]: Yarn lockfile issue in CI #120

Closed
2 tasks done
Huskydog9988 opened this issue Mar 12, 2023 · 1 comment
Closed
2 tasks done

[Bug]: Yarn lockfile issue in CI #120

Huskydog9988 opened this issue Mar 12, 2023 · 1 comment
Labels
bug Something isn't working as expected ci Workflow stuff *help wanted* Extra attention is needed

Comments

@Huskydog9988
Copy link
Member

Huskydog9988 commented Mar 12, 2023

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Yarn errors out in ci due to The lockfile would have been modified by this install, which is explicitly forbidden.

Some relevant issues:

Steps To Reproduce

  1. Run the pr ci workflow

Project

Website

What browsers are you seeing the problem on?

No response

Relevant log output

Run yarn install
➤ YN0000: ┌ Resolution step
Resolution step
➤ YN0000: └ Completed in 0s 570ms

➤ YN0000: ┌ Post-resolution validation
Post-resolution validation
  ➤ YN0000: │ @@ -12555,13 +12555,12 @@
  ➤ YN0000: │    linkType: hard
  ➤ YN0000: │  
  ➤ YN0000: │  "typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@[4](https://github.com/waldo-vision/waldo/actions/runs/4358512079/jobs/7619182677#step:4:5).9.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.8.4#~builtin<compat/typescript>":
  ➤ YN0000: │    version: 4.9.4
  ➤ YN0028: │ -  resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=d73830"
  ➤ YN0028: │ +  resolution: "typescript@patch:typescript@npm%3A4.9.4#~builtin<compat/typescript>::version=4.9.4&hash=23ec76"
  ➤ YN0000: │    bin:
  ➤ YN0000: │      tsc: bin/tsc
  ➤ YN0000: │      tsserver: bin/tsserver
  ➤ YN0028: │ -  checksum: 37f6e2c3c[5](https://github.com/waldo-vision/waldo/actions/runs/4358512079/jobs/7619182677#step:4:6)e2aa5934b85b0fddbf32eeac8b1bacf3a5b51d01946936d03f5377fe86255d4e5a4ae628fd0cd553386355ad362c57f13b4635064400f3e8e05b9d
  ➤ YN0000: │    languageName: node
  ➤ YN0000: │    linkType: hard
  ➤ YN0000: │  
  ➤ YN0000: │  "unbox-primitive@npm:^1.0.2":
  ➤ YN0000: │ 
  ➤ YN0028: │ The lockfile would have been modified by this install, which is explicitly forbidden.
➤ YN0000: └ Completed
➤ YN0000: Failed with errors in 0s 691ms
Error: Process completed with exit code 1.

(https://github.com/waldo-vision/waldo/actions/runs/4358512079/jobs/7619182677)

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Huskydog9988 Huskydog9988 added bug Something isn't working as expected *help wanted* Extra attention is needed ci Workflow stuff labels Mar 12, 2023
@github-project-automation github-project-automation bot moved this to BACKLOG in Waldo Vision Mar 12, 2023
@Huskydog9988 Huskydog9988 linked a pull request Mar 12, 2023 that will close this issue
@Huskydog9988 Huskydog9988 changed the title [Bug]: [Bug]: Yarn lockfile issue in CI Mar 12, 2023
@finnc0
Copy link
Contributor

finnc0 commented Mar 15, 2023

Looks like this is fixed.

@github-project-automation github-project-automation bot moved this from BACKLOG to DONE in Waldo Vision Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as expected ci Workflow stuff *help wanted* Extra attention is needed
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants