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
I am using Ubuntu 18.04 with the latest version of Parcel on npm. I am using Visual Studio code to edit the code but I also tried this by directly using the echo command on the file as well as some other text editors.
I tried changing the watch limit for inotify in the OS with
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
As well as editing the config file and increasing the watches value to 999999
I also tried to see if it was the "safe write" in editors but it's clearly not as VS code doesn't use safe write and I tried writing directly to the files.
I had this issue with webpack as well but I fixed it with the file watch limit fix. I am moving to parcel because it's much easier to use for small projects.
Software
Version(s)
Parcel
1.10.3
Node
10.6.0
npm/Yarn
6.1.0, yarn is 1.10.1 (i tried both yarn and npm for the project)
Operating System
Ubuntu 18.04 LTS
The text was updated successfully, but these errors were encountered:
Ok so I found that other thread where the issue is the folder name being x.github.io and I now realize that this is the case for me as well. The parent folder of the folder the project is in was called rustyraptor.github.io. Go figure. So this is just a duplicate of that bug.
RustyRaptor
changed the title
Parcel not rebuilding/reloading on save. (tried known solutions)
Parcel not rebuilding/reloading on save due to name of parent folder.
Nov 8, 2018
RustyRaptor
changed the title
Parcel not rebuilding/reloading on save due to name of parent folder.
Parcel not reloading on save due to name of parent folder.
Nov 8, 2018
🐛 bug report
Parcel is not rebuilding or reloading the dev server when I save files.
🎛 Configuration (.babelrc, package.json, cli command)
package.json:
🤔 Expected Behavior
should rebuild and reload the page.
😯 Current Behavior
doesn't
There is no error.
💁 Possible Solution
🔦 Context
I am running the most basic program to see why this is happening.
index.html:
index.js
🌍 Your Environment
I am using Ubuntu 18.04 with the latest version of Parcel on npm. I am using Visual Studio code to edit the code but I also tried this by directly using the echo command on the file as well as some other text editors.
I tried changing the watch limit for inotify in the OS with
As well as editing the config file and increasing the watches value to 999999
I also tried to see if it was the "safe write" in editors but it's clearly not as VS code doesn't use safe write and I tried writing directly to the files.
I had this issue with webpack as well but I fixed it with the file watch limit fix. I am moving to parcel because it's much easier to use for small projects.
The text was updated successfully, but these errors were encountered: