i have error : ERR_PNPM_EPERM EPERM: operation not permitted, symlink '../../../@babel+plugin-syntax-private-property-in-object@7.14.5_@babel+core@7.26.10/node_modules/@babel/plugin-syntax-private-property-in-object' -> '/storage/emulated/0/code/myPortfolio/node_modules/.pnpm/@babel+plugin-proposal-private-property-in-object@7.21.11_@babel+core@7.26.10/node_modules/@babel/plugin-syntax-private-property-in-object'
when i pnpm install. how can i fix it ? please
realme i5 android 10
Sorry for the late reply. You're seeing this error because you're likely running the command in a folder within your device's shared storage, where Termux can't create symbolic links. pnpm relies on symlinks to manage dependencies. To fix it, move the myPortfolio folder to Termux's home directory and rerun the install command.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
i have error : ERR_PNPM_EPERM EPERM: operation not permitted, symlink '../../../@babel+plugin-syntax-private-property-in-object@7.14.5_@babel+core@7.26.10/node_modules/@babel/plugin-syntax-private-property-in-object' -> '/storage/emulated/0/code/myPortfolio/node_modules/.pnpm/@babel+plugin-proposal-private-property-in-object@7.21.11_@babel+core@7.26.10/node_modules/@babel/plugin-syntax-private-property-in-object'
when i pnpm install. how can i fix it ? please
realme i5 android 10
Sorry for the late reply. You're seeing this error because you're likely running the command in a folder within your device's shared storage, where Termux can't create symbolic links.
pnpmrelies on symlinks to manage dependencies. To fix it, move themyPortfoliofolder to Termux's home directory and rerun the install command.