npm typescript-language-server错误:EACCES:权限被拒绝,符号链接

问题描述

尝试运行命令

npm i -g typescript-language-server; npm i -g typescript

从这里:

https://emacs-lsp.github.io/lsp-mode/page/lsp-typescript/

,但这给了我

npm ERR! code EACCES
npm ERR! syscall symlink
npm ERR! path ../lib/node_modules/typescript/bin/tsc
npm ERR! dest /usr/local/bin/tsc
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied,symlink '../lib/node_modules/typescript/bin/tsc' -> '/usr/local/bin/tsc'
npm ERR!  { [Error: EACCES: permission denied,symlink '../lib/node_modules/typescript/bin/tsc' -> '/usr/local/bin/tsc']
npm ERR!   cause:
npm ERR!    { Error: EACCES: permission denied,symlink '../lib/node_modules/typescript/bin/tsc' -> '/usr/local/bin/tsc'
npm ERR!      errno: -13,npm ERR!      code: 'EACCES',npm ERR!      syscall: 'symlink',npm ERR!      path: '../lib/node_modules/typescript/bin/tsc',npm ERR!      dest: '/usr/local/bin/tsc' },npm ERR!   stack:
npm ERR!    'Error: EACCES: permission denied,symlink \'../lib/node_modules/typescript/bin/tsc\' -> \'/usr/local/bin/tsc\'',npm ERR!   errno: -13,npm ERR!   code: 'EACCES',npm ERR!   syscall: 'symlink',npm ERR!   path: '../lib/node_modules/typescript/bin/tsc',npm ERR!   dest: '/usr/local/bin/tsc' }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue,please double-check the
npm ERR! permissions of the file and its containing directories,or try running
npm ERR! the command again as root/Administrator.

我不认为我应该以sudo身份运行此命令吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...