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
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
ReferenceError is thrown
- If the current behavior is a bug, please provide the steps to reproduce.
run netlify dev --live
it triggers the build process, which is completed successfully.
After that it starts a tunnel
Connected!
Waiting for localhost:8000.
Connected!
ReferenceError: chalk is not defined
at createTunnel (/usr/local/lib/node_modules/netlify-cli/node_modules/netlify-dev-plugin/src/live-tunnel.js:14:75)
- What is the expected behavior?
Tunnel starts correctly
- Please mention your node.js, and operating system version.
nodejs v11.11.0
MacOS 10.14.3
The text was updated successfully, but these errors were encountered:
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
ReferenceError is thrown
- If the current behavior is a bug, please provide the steps to reproduce.
run
netlify dev --live
it triggers the build process, which is completed successfully.
After that it starts a tunnel
- What is the expected behavior?
Tunnel starts correctly
- Please mention your node.js, and operating system version.
nodejs v11.11.0
MacOS 10.14.3
The text was updated successfully, but these errors were encountered: