-
Notifications
You must be signed in to change notification settings - Fork 125
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
resolved merge conflict #382
Conversation
package.json
Outdated
@@ -38,6 +38,7 @@ | |||
"clsx": "^2.1.1", | |||
"isbot": "^4.4.0", | |||
"lucide-react": "^0.408.0", | |||
"pnpm": "^9.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove pnpm from the project. You're supposed to install it on your laptop, not in the project
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alright ma
"node_modules/pnpm": { | ||
"version": "9.6.0", | ||
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-9.6.0.tgz", | ||
"integrity": "sha512-ONxvuo26NbOTQLlwARLC/h4S8QsXE0cVpKqYzPe7A152/Zgc8Ls4TfqY+NavVIHCvvL0Jmokv6IMNOtxR84LXg==", | ||
"bin": { | ||
"pnpm": "bin/pnpm.cjs", | ||
"pnpx": "bin/pnpx.cjs" | ||
}, | ||
"engines": { | ||
"node": ">=18.12" | ||
}, | ||
"funding": { | ||
"url": "https://opencollective.com/pnpm" | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This too. Don't manually delete. Run pnpm remove pnpm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you delete the lock file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ooh noo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just fixed that now
Description
Closes #issue_number_here
Changes proposed
What were you told to do?
What did you do?
Check List (Check all the applicable boxes)
🚨Please review the contribution guideline for this repository.
Screenshots/Videos