petite
petite copied to clipboard
Symlink error for packages/lib-vue2/src
Hi,
symlinks "files" aren't compatible between file systems. Their content and mechanics differs on NTFS and EXT, APFS...
The symlink packages/lib-vue2/src already present in this repo thus causes an error if I run pnpm i on an NTFS formatted drive.
Error: EEXIST: file already exists, symlink 'W:\Fubar\packages\lib-vue3\src ...'
Please remove the src symlink in the lib-vue2 folder from the repository as it's supposed to be created anyway in the postinstall
Add its path to a .gitignore
Thank you.