In WebStorm to get karma.conf
running I need to configure it in a pop up window and enter the "path to the node.js interpreter".
(for some reason this information vanished after a restart)
Questions:
(I am on OS X)
Using Node.IntelliJ IDEA lets you run and debug Node. js applications using Node. js on Windows Subsystem for Linux. You can choose Node. js on WSL as the default interpreter for the current project or you can configure and use this Node.
In a web browser, navigate to https://nodejs.org/en/download/. Click the Windows Installer button to download the latest default version. At the time this article was written, version 10.16.0-x64 was the latest version. The Node.js installer includes the NPM package manager.
The usual way to run a Node. js program is to run the globally available node command (once you install Node. js) and pass the name of the file you want to execute. While running the command, make sure you are in the same directory which contains the app.
Generally, on OSX and Linux, you can find any program with which program
. In your case, type
which node
in terminal.
On windows command prompt
where node
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With