I’m using MacOS Big Sur 11.4
The nodejs app (BrowserSync) needs network access (and resolution) to the flywheel site (
devURL)
How do I do that?
Here’s the full return after yarn start:
❯ yarn start
yarn run v1.22.10
$ webpack --hide-modules --watch --config resources/assets/build/webpack.config.js
Webpack is watching the files…
You did not set any plugins, parser, or stringifier. Right now, PostCSS does nothing. Pick plugins for your case on https://www.postcss.parts/ and use them in postcss.config.js.
DONE Compiled successfully in 1771ms 7:29:55 PM
[HTML Injector] Running...
[Browsersync] Proxying: https://sage-gateway.local
[Browsersync] Access URLs:
--------------------------------------
Local: https://localhost:3000
External: https://192.168.1.23:3000
--------------------------------------
UI: http://localhost:3001
UI External: http://localhost:3001
--------------------------------------
[Browsersync] Watching files...
(node:6389) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification.
(Use `node --trace-warnings ...` to show where the warning was created)