-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError: Invalid count value error #9112
Comments
I'm having the same issue |
Hopefully we'll get a response soon |
Going back to previous commits that worked, I found that my problem was with a line like this: |
Please provide a reproduction. |
We also encountered this issue, but I believe it is fairly difficult to produce a reproduction. Because parcel is unable to report what the problem is. The spot in the enourmous file |
I'm seeing this after upgrading to 2.9.3, so it could be anywhere in our code. Based on previous comments and related issues, I've tried:
This did not fix anything. |
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. |
🐛 bug report
parcel build returning throwing an error
🎛 Configuration (.babelrc, package.json, cli command)
CLI command:
rm -rf dist/* && rm -rf .parcel-cache && parcel build index.html --public-url ./
🤔 Expected Behavior
parcel build should create a build output in the dist folder
😯 Current Behavior
CLI command:
rm -rf dist/* && rm -rf .parcel-cache && parcel build index.html --public-url ./
throws the error below💁 Possible Solution
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: