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
`$ mix phx.server
[info] Running DemoWeb.Endpoint with cowboy 2.7.0 at 0.0.0.0:4000 (http)
[info] Access DemoWeb.Endpoint at http://localhost:4000
Webpack is watching the files…
Browserslist: caniuse-lite is outdated. Please run next command npm update
14 modules
/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:28
return (new fsevents(path)).on('fsevent', callback).start();
^
TypeError: fsevents is not a constructor
at createFSEventsInstance (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:28:11)
at setFSEventsListener (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:82:16)
at FSWatcher.FsEventsHandler._watchWithFsEvents (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:252:16)
at FSWatcher. (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:386:25)
at LOOP (fs.js:1721:14)
at processTicksAndRejections (internal/process/task_queues.js:79:11)
[error] Task DemoWeb.Endpoint started from #PID<0.503.0> terminating
** (stop) :watcher_command_error
(phoenix 1.4.16) lib/phoenix/endpoint/watcher.ex:29: Phoenix.Endpoint.Watcher.watch/3
(elixir 1.10.3) lib/task/supervised.ex:90: Task.Supervised.invoke_mfa/2
(stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Function: &Phoenix.Endpoint.Watcher.watch/3
Args: ["node", ["node_modules/webpack/bin/webpack.js", "--mode", "development", "--watch-stdin", "--display", "minimal"], [cd: "/Users/henryolders/phoenix/phoenix_live_view_example/assets"]]
Webpack is watching the files…`
The text was updated successfully, but these errors were encountered:
`$ mix phx.server
[info] Running DemoWeb.Endpoint with cowboy 2.7.0 at 0.0.0.0:4000 (http)
[info] Access DemoWeb.Endpoint at http://localhost:4000
Webpack is watching the files…
Browserslist: caniuse-lite is outdated. Please run next command
npm update
14 modules
/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:28
return (new fsevents(path)).on('fsevent', callback).start();
^
TypeError: fsevents is not a constructor
at createFSEventsInstance (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:28:11)
at setFSEventsListener (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:82:16)
at FSWatcher.FsEventsHandler._watchWithFsEvents (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:252:16)
at FSWatcher. (/Users/henryolders/phoenix/phoenix_live_view_example/assets/node_modules/chokidar/lib/fsevents-handler.js:386:25)
at LOOP (fs.js:1721:14)
at processTicksAndRejections (internal/process/task_queues.js:79:11)
[error] Task DemoWeb.Endpoint started from #PID<0.503.0> terminating
** (stop) :watcher_command_error
(phoenix 1.4.16) lib/phoenix/endpoint/watcher.ex:29: Phoenix.Endpoint.Watcher.watch/3
(elixir 1.10.3) lib/task/supervised.ex:90: Task.Supervised.invoke_mfa/2
(stdlib 3.13) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Function: &Phoenix.Endpoint.Watcher.watch/3
Args: ["node", ["node_modules/webpack/bin/webpack.js", "--mode", "development", "--watch-stdin", "--display", "minimal"], [cd: "/Users/henryolders/phoenix/phoenix_live_view_example/assets"]]
Webpack is watching the files…`
The text was updated successfully, but these errors were encountered: