首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >如何在ubuntu中安装角IDE?

如何在ubuntu中安装角IDE?
EN

Stack Overflow用户
提问于 2017-05-01 03:45:18
回答 2查看 2.8K关注 0票数 1

我是angular2初学者。我正在尝试安装角IDE在我的元系统,但它没有安装。

指挥:-

代码语言:javascript
运行
复制
npm install -g angular-ide

错误:-

代码语言:javascript
运行
复制
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules/angular-ide/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.1: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm ERR! Linux 4.4.0-75-generic
npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "angular-ide"
npm ERR! node v7.8.0
npm ERR! npm  v4.2.0
npm ERR! path ../lib/node_modules/angular-ide/bin/ngide
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall symlink

npm ERR! Error: EACCES: permission denied, symlink '../lib/node_modules/angular-ide/bin/ngide' -> '/usr/bin/ngide'
npm ERR!  { Error: EACCES: permission denied, symlink '../lib/node_modules/angular-ide/bin/ngide' -> '/usr/bin/ngide'
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'symlink',
npm ERR!   path: '../lib/node_modules/angular-ide/bin/ngide',
npm ERR!   dest: '/usr/bin/ngide' }

npm ERR! 
npm ERR! Please try running this command again as root/Administrator.

npm ERR! Please include the following file with any support request:
npm ERR!     /home/iron/.npm/_logs/2017-05-01T03_32_46_250Z-debug.log

请告诉我们如何安装角度IDE?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2017-05-01 03:49:18

代码语言:javascript
运行
复制
sudo npm install -g angular-ide

上面写着访问问题,所以试试这个。

票数 2
EN

Stack Overflow用户

发布于 2020-09-04 16:16:06

代码语言:javascript
运行
复制
step 1:

 cd /home/user/Downloads

step 2: 
   
   chmod +x angularide-ci-2020.7.22-offline-installer-linux.run 

step 3:

  ./angularide-ci-2020.7.22-offline-installer-linux.run 

step 4: 
   it will launch the widget

step 5: 
    Follow the instructions

step 6: 

   Done
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/43713996

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档