Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Installation

yacut edited this page Jun 26, 2016 · 6 revisions

Dependencies:

To make Brackets - NodeJS integration work you'll need nodejs, npm and mocha installed in your system:

Extension installation:

To install latest release of Brackets - NodeJS integration use the built-in Brackets Extension Manager which downloads the extension from the extension registry.

Known issues

Error: /bin/sh: npm: command not found (on OSX for homebrew users)
  • add PATH to npm binary setting: Open brackets-nodejs-integration via main menu "NodeJS-> Settings..." and save under npm binary the global path: PATH=$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/usr/local/sbin:/usr/local/bin && npm. Then reload the Brackets.

or

  • manual installation: Open the extension folder (Help -> Show Extension Folder), go to brackets-nodejs-integration folder, open it on the terminal/prompt and run "npm install".