-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
pnpm version is locked to 7.17.0 in package.json
Line 113 in c12657b
| "packageManager": "pnpm@7.17.0", |
However, lockfile version of pnpm-lock.yaml is 6, which is incompatible with pnpm v7.17.0.
Line 1 in c12657b
| lockfileVersion: '6.0' |
Package
- @tabler/icons
- @tabler/icons-eps
- @tabler/icons-pdf
- @tabler/icons-png
- @tabler/icons-webfont
- @tabler/icons-sprite
- @tabler/icons-preact
- @tabler/icons-react
- @tabler/icons-react-native
- @tabler/icons-solid
- @tabler/icons-svelte
- @tabler/icons-vue
- Figma plugin
- source/main
- other/not relevant
Version
commit c12657b (3.28.1)
Browser
- Chrome/Chromium
- Firefox
- Safari
- Edge
- iOS Safari
- Opera
- Other/not relevant
Operating system
- Windows
- Linux
- macOS
- ChromeOS
- iOS
- Android
- Other/not relevant
Steps to reproduce
- 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.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working