

To get started, you need to install wallaby.js Atom package from your editor ( Settings - Install).Īfter the package is installed, wallaby.js Plugin and wallaby.js Core will be automatically downloaded and installed. Select the node executable that you would like wallaby.js to run with in the Node.js configuration field. If your PATH does not contain node.js or if you want to specify a different version of node to what is in your PATH, then you can Your system needs to have node.js installed (and set in PATH so you may run node from terminal/command line) to run wallaby.js for IntelliJ. The latest version of the Wallaby supports all JetBrains editor versions from version 183.x (first released September 2018).

Please note that while we endeavor to support as many versions of JetBrains editors as possible, breaking changes to the JetBrains extension API limits the number of previous editor versions we can support. Once the plugin is installed, you may read the tutorial to get started. After installation, you will be prompted to Restart IDE. The JetBrains Marketplace can be accessed in your editor using File -> Settings -> Plugins -> Marketplace, then search for Wallaby and click Install. To get started, you need to install the Wallaby.js Extension in your editor from the JetBrains Marketplace.

WebStorm, IntelliJ IDEA, PhpStorm, RubyMine, P圜harm, Rider "wallaby.node": "/Users/user/.nvm/versions/node/v4.1.1/bin/node" If you have multiple versions of node.js installed or don’t have node path in your PATH, and you would like wallaby.js to run with a specific version (for example if you are using nvm), you may use wallaby.node setting in your settings.json file to specify the full path to node.js executable file, for example: // Place your settings in this file to overwrite the default settings Your system needs to have node.js installed (and set in PATH so you may run node from terminal/command line) to run wallaby.js for VS Code, you may download and install node.js from node website. Once the extension is installed, you may read the tutorial to get started. The notification is displayed when the installation is finished. Please note, that the very first time wallaby.js needs to download and install its dependencies, so it may take a minute or two.

After the extension is installed, wallaby.js Core will be automatically downloaded and installed.
