You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install pnpm 7.17.0. I did with corepack. (corepack will install package manager version specified in package.json)
run pnpm install
The following warning
WARN Ignoring broken lockfile at /Users/anatawa12/IdeaProjects/tabler-icons: Lockfile /Users/anatawa12/IdeaProjects/tabler-icons/pnpm-lock.yaml not compatible with current pnpm
Checklist
I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
The text was updated successfully, but these errors were encountered:
Description
pnpm version is locked to 7.17.0 in package.json
tabler-icons/package.json
Line 113 in c12657b
However, lockfile version of pnpm-lock.yaml is 6, which is incompatible with pnpm v7.17.0.
tabler-icons/pnpm-lock.yaml
Line 1 in c12657b
Package
Version
commit c12657b (3.28.1)
Browser
Operating system
Steps to reproduce
pnpm install
Checklist
The text was updated successfully, but these errors were encountered: