我编写了一个 nodejs 应用程序并想在 android 上运行它。我使用 termux 安装 nodejs。
我的设备已植根。
当我输入命令
tsudo npm install
发生以下错误。
ERR! path ../json/libcli.js
ERR! code ENOSYS
ERR! errno -38
ERR! ENOSYS: function not implemented, symlink '../json5/lib/cli.js' -> 'storage/emulated/0/Download/Iot-blockchain-Std/node_modules/.bin/json5'
如何解决这个问题?