blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

npm run start does not work on windows

Open BeksOmega opened this issue 4 years ago • 0 comments

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:

  1. Be on windows
  2. Navigate into a plugin directory
  3. Run npm install
  4. Run npm run start
  5. 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

BeksOmega avatar Jul 28 '21 14:07 BeksOmega