blockly-samples
blockly-samples copied to clipboard
npm run start does not work on windows
Category
All
Component
All
Describe the bug
Windows does not redirect 0.0.0.0 to localhost (127.0.0.1) So when you run npm run start you have to redirect it yourself.
To Reproduce
Steps to reproduce the behavior:
- Be on windows
- Navigate into a plugin directory
- Run
npm install - Run
npm run start - Observe how you do not get redirected to a plugin page
Note that I haven't reproduced this myself, because I'm currently on chromeOS.
Expected behavior
The npm run start script works on windows
Additional context
Originally reported on the forums: https://groups.google.com/g/blockly/c/9ed-Do6p_CY