I can not figure out the webstrom (2016.1.2):

  1. Live Edit. I downloaded the plugin for Chrome, but when in the html file in the pop-up window I select Chrome, the project is launched, but without the css file. There are LE plugins in it, but in the View tab I don’t find it.
  2. When I select Run for the js file, it pops up the window "Error running newjs1.js: Program path not specified". What it is?

    1 answer 1

    1. Live edit only works during debugging, opening a page through a pop-up window (I think you mean the panel with browser icons in the upper right corner of the editor) does not activate it. See https://confluence.jetbrains.com/display/WI/Live+Edit . I didn’t quite understand css ... In the View menu it should not be in recent versions, the interface has changed

    2. I do not know what kind of configuration is created by default. Perhaps you are trying to start newjs1.js as a node.js application, but the path to the Node interpreter is not specified and could not be found in the PATH. In any case, this is not what you need to do to launch a web page.