我的目标是安装 Adobe Brackets 编辑器,并按照这一页。
我正在运行grunt setup
命令。我的问题是,指令在此时停止了。
为了安装 Brackets 编辑器我还需要采取哪些步骤?
我在 armhf 架构上使用 Ubuntu 14.04。
答案1
安装依赖项
sudo apt-get install python-software-properties python g++ make sudo apt-get install libnss3-1d libnspr4-0d gyp gtk+-2.0 sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs sudo npm install -g grunt-cli npm install
转到您的源文件夹,例如:
mkdir -p ~/src cd ~/src
克隆存储库
git clone https://github.com/adobe/brackets-shell.git git clone https://github.com/adobe/brackets.git
建造
cd brackets-shell grunt setup grunt build