parcel: cant use parcel on android (Termux)

🐛 bug report

🎛 Configuration (.babelrc, package.json, cli command)

package.json {
{
   "name": "mc",
   "version": "1.0.0",
   "description": "personal stuff",
   "main": "bundle.js",
   "src": "src/index.html",
   "private": true,
   "scripts": {
      "start": "clear && yarn dev",
      "dev": "parcel public/index.html",
      "build": "parcel build"
   },
   "author": "ternenge",
   "license": "ISC",
   "devDependencies": {
      "@parcel/transformer-less": "^2.5.0",
      "parcel": "^2.5.0",
      "parcel-transformer-svelte3-plus": "^0.2.8",
      "svelte-preprocess": "^4.10.6"
   },
   "dependencies": {
      "@babel/polyfill": "^7.12.1",
      "eruda-dom": "^2.0.0",
      "svelte": "^3.48.0"
   }
}

}

🤔 Expected Behavior

😯 Current Behavior

💁 Possible Solution

🔦 Context

💻 Code Sample

🌍 Your Environment

Software Version(s)
Parcel 2.5.0
Node 17.9.0 and 16.14.2-1
npm/Yarn 8.5.5
Operating System android

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 15 (2 by maintainers)

Most upvoted comments

Does it help to install pkg install binutils?