DEV Community

Discussion on: How To Create a React Application on an Android Device: A Step-by-Step Guide

Collapse
 
kato147 profile image
Tỏn nè

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

Collapse
 
andrewezeani profile image
Andrew Ezeani

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.