You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running npm run parcel:watch hangs indefinitely on "Building index.js...." (this is our entry point; sometimes other file names show, I've mostly noticed js/jsx, not sure if any scss yet) and never finishes.
🐛 bug report
Running
npm run parcel:watch
hangs indefinitely on "Building index.js...." (this is our entry point; sometimes other file names show, I've mostly noticed js/jsx, not sure if any scss yet) and never finishes.🎛 Configuration (.babelrc, package.json, cli command)
package.json
:🤔 Expected Behavior
npm run parcel:watch
should successfully build static assets and put them in the specified output folder.😯 Current Behavior
npm run parcel:watch
hangs indefinitely (I've watched it for 1.5 hours before killing) and never finishes the static assets build.💁 Possible Solution
Sometimes if I nuke
.cache
and runnpm run parcel:build
and then try again onnpm run parcel:watch
it fixes it. Not a real solution but a workaround.🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: