Debugging Meteor Webstorm 9 backend server: failed to install nemo64: bootstrap package

After upgrading to Webstorm 9 and Meteor 1.0, everything works well and smoothly: code completion, server and client debugging.

But server side debugging in Webstorm does not work when I install Meteor nemo64: bootstrap package in my project.

Problem I am facing: Webstorm cannot connect to server.

The weird thing here: it only happens when I activate Bootstrap components in the custom.bootstrap.json file (by setting the values ​​to true). When all settings are false, the debugger works fine.

Webstorm Debug Tab Console says:

/ usr / local / bin / meteor --once W20141118-23: 49: 20,518 (1)? (STDERR) listening on port 59485

Webstorm Debug Tab Debugger says: Unable to connect: Connection refused

Any solution or suggestion how to solve? The nemo64: bootstrap package does this job (the style is rendered in the client browser). So it has to do with the combination of Webstorm and package.

+3


source to share





All Articles