This repository was archived by the owner on Apr 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
yacut edited this page Jun 26, 2016
·
6 revisions
To make Brackets - NodeJS integration work you'll need nodejs, npm and mocha installed in your system:
- Windows: Nodejs and NPM for Windows
- Mac OS X: Nodejs and NPM for Mac
- GNU/Linux: Nodejs and NPM for Debian/Ubuntu
-
Mocha for all systems:
npm install mocha -g
-
Gulp for all systems:
npm install gulp -g
To install latest release of Brackets - NodeJS integration use the built-in Brackets Extension Manager which downloads the extension from the extension registry.
- 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".