Iām trying to work on a NextJS project with vscode via my android tablet. I installed code-server in order to use vscode in the android device. Everything worked and installed perfectly, but when I try to launch the dev server using npm run dev
, I get Error: Unsupported platform: android
. Is there any way to work around this?
I'm using the termux terminal for android.
The full error:
Error: Unsupported platform: android
at /root/ziv/repos/raanana-transport/node_modules/next/dist/lib/download-wasm-swc.js:84:31
at Object.downloadWasmSwc (/root/ziv/repos/raanana-transport/node_modules/next/dist/lib/download-wasm-swc.js:98:7)
at async /root/ziv/repos/raanana-transport/node_modules/next/dist/build/swc/index.js:114:13
Thank you.