Parcel: Parcel 1.9.5 and above doesn't work in Glitch.com

Created on 19 Sep 2018  路  4Comments  路  Source: parcel-bundler/parcel


馃帥 Configuration (.babelrc, package.json, cli command)

package.json

{
  "name": "parcel-app",
  "version": "0.0.1",
  "scripts": {
    "start": "parcel serve index.html --port 3000"
  },
  "devDependencies": {
    "parcel-bundler": "1.9.4",
    "//": "If you update Parcel, it stops working"
  },
  "engines": {
    "node": "8.x"
  }
}

馃 Expected Behavior


Parcel works.

馃槸 Current Behavior


Parcel doesn't work from version 1.9.5. If you try to change something it doesn't update.

馃捇 Code Sample

Video: https://www.useloom.com/share/bb04124d10bf47b3a7c0c977b416546a
Parcel 1.9.4 on Glitch: https://glitch.com/edit/#!/parcel1-9-4
Parcel 1.9.7 on Glitch: https://glitch.com/edit/#!/parcel1-9-7

馃實 Your Environment

| Software | Version(s) |
| ---------------- | ---------- |
| Parcel | 1.9.7 |
| Node | 8.12.0 |
| Operating System | Glitch |

Bug Stale

Most helpful comment

It's working for me:

{
  "scripts": {
    "start": "parcel src/index.html --port $PORT"
  },
  "dependencies": {
    "parcel-bundler": "^1.10.3"
  }
}

All 4 comments

The issue persists in Parcel 1.10.1

Not sure how to debug this, might be an issue with glitch

Sent with GitHawk

It's working for me:

{
  "scripts": {
    "start": "parcel src/index.html --port $PORT"
  },
  "dependencies": {
    "parcel-bundler": "^1.10.3"
  }
}

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

devongovett picture devongovett  路  3Comments

Niggler picture Niggler  路  3Comments

davidnagli picture davidnagli  路  3Comments

will-stone picture will-stone  路  3Comments

davidnagli picture davidnagli  路  3Comments