parceljs

Cannot run parcel command

夙愿已清 提交于 2019-12-11 18:28:43
问题 I am trying to run parcel. I keep getting the following errors. npm run start frontend@1.0.0 start /Users/laurasaydeh/Desktop/dragonstack/frontend parcel index.html sh: parcel: command not found npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn npm ERR! frontend@1.0.0 start: parcel index.html npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the frontend@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional

chrome 72 changes sourcemap behaviour

僤鯓⒐⒋嵵緔 提交于 2019-12-07 02:49:03
问题 I'm developing a Webextension for Chrome, the code is written in Typescript, so I need sourcemaps. The extension is bundled with ParcelJS, but I believe that my problem is not related to the bundler. After updating from Chrome 70 to 72, sourcemaps no longer work. As a minimal example, I can reproduce the problem on MacOS 14 and Ubuntu 18.04, Chrome 72 with the following code. This problem seems to be isolated to Chrome 72. Unfortunately, at the time of writing, that's the current stable