Pablo Peña

Results 5 comments of Pablo Peña

Same issue here, I have installed on a laptop with manjaro, just get a new computer tried to sync (same OS) but nothing is installed (no errors)

yeah but that option doesn't exist on the community version (vscodium).

I have the same problem, on linux using brave, there is a way to setup path to my browser (brave)?

I'm having same issue tryed `yarn add global parcel` and `yarn add global parcel-bundler`, same issue: ```sh Bundling components running: NODE_ENV=development parcel build docs/jsdoc/entry.js --dist-dir docs/jsdoc/build error: unknown option `--dist-dir'...

just fix it removing and reinstalling parcel: ```sh yarn global remove parcel parcel-bundler yarn global add parcel ```