We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was testing the development environment using nanobox by running nanobox run. I always get the error message saying:
nanobox run
Uh oh, the live filesystem watcher has panic'ed. We'll go ahead and rollover to a slower polling solution.
I also noticed that the LiveReload feature in no longer working.
This is by boxfile.yml
boxfile.yml
run.config: engine: elixir dev_packages: - nodejs - inotify-tools cache_dirs: - ./assets/node_modules extra_path_dirs: - ./assets/node_modules/.bin fs_watch: true deploy.config: extra_steps: - mix phx.digest before_live: web.main: - mix ecto.create --quiet - mix ecto.migrate data.db: image: nanobox/postgresql:9.5 web.main: start: node-start mix phx.server
Is there any workaround for this issue?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was testing the development environment using nanobox by running
nanobox run
. I always get the error message saying:I also noticed that the LiveReload feature in no longer working.
This is by
boxfile.yml
Is there any workaround for this issue?
Thanks!
The text was updated successfully, but these errors were encountered: