Skip to content

Commit

Permalink
Upgrade to yarn v4 with corepack
Browse files Browse the repository at this point in the history
Specifies the package manager (yarn) and version (4.0.2) in package.json. The package-lock.json file was removed. Yarn reported an error due to having both it and yarn.lock. There should only be one lock file. The yarn.lock file has been rewritten in the latest yarn lock format.
  • Loading branch information
shakuzen committed Nov 16, 2023
1 parent c4c805c commit 547f84a
Show file tree
Hide file tree
Showing 5 changed files with 14,322 additions and 37,547 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
/node_modules/
/public/
/**/.DS_Store
/yarn-error.log
/yarn-error.log
.yarn/*
!.yarn/releases
!.yarn/patches
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading

0 comments on commit 547f84a

Please sign in to comment.