-
-
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
ENOENT error after changing the html file #8571
Comments
Duplicate of #8615 |
Dropbox file sync appeared to be the culprit for me. |
I have been experiencing this same issue for the last 2 weeks, which never happened before. As soon as I change something in HTML, I got "ENOENT: no such file or directory" error. |
It happens the same with me. I can't modified the HTML, cause every single time parcel brokes |
Hey, my guy, just use Vite if you can. Gonna make it much easier.
…On Thu, 7 Mar 2024 at 18:05, Lucas Leão ***@***.***> wrote:
It happens the same with me. I can't modified the HTML, cause every single
time parcel brokes
—
Reply to this email directly, view it on GitHub
<#8571 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A256BOEEZKUQRWR6DYBWTDDYXCM6HAVCNFSM6AAAAAARMH4QZWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBUGAYTQMZUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Yeah, I happened to switch to Vite a couple of weeks and working fine. |
Thank guys. I realized what was wrong. There's a conflict with the autosave from VS code. |
How can I resolve this? |
Can you please elaborate what was the issue or the solution? |
🐛 bug report
Hey there people, first time using Parcel. There is this weird thing happening, where I can create the live server, but after changing the HTML, it shows up ENOENT error instead of automatically changing the dist/index.html and the content of the website.
🎛 Configuration (.babelrc, package.json, cli command)
This is my package.json. I am using
npm start
to get the server running.🤔 Expected Behavior
Parcel should edit the
dist/index.html
and change the content on the live server😯 Current Behavior
Parcel allows me to change the html once, and save it, but after that, saving the file results in the following error:
🔦 Context
I am trying to learn using sass and parcel, as it is a real world technology being used by companies. I decided to do just a simple calculator.
💻 Code Sample
My HTML:
my folder set up
🌍 Your Environment
The text was updated successfully, but these errors were encountered: