我正在尝试安装angular cli,但显示我缺少对/ usr / local / lib /
node_modules的写权限,因此,如何在Mac中修复它,我尝试了一下,但可能无法获得确切答案
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr/local/lib/node_modules
npm ERR! code EACCES
npm ERR! errno -13
npm ERR! syscall access
npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules'
npm ERR! { [Error: EACCES: permission denied, access '/usr/local/lib/node_modules']
npm ERR! stack:
npm ERR! 'Error: EACCES: permission denied, access \'/usr/local/lib/node_modules\'',
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'access',
npm ERR! path: '/usr/local/lib/node_modules' }
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 (though this is not recommended).
在终端窗口中运行以下命令:
sudo chown -R $USER ~/.npm
sudo chown -R $USER /usr/lib/node_modules
sudo chown -R $USER /usr/local/lib/node_modules
原始问题: 我正试图用这个命令安装monaca。 但是就在得到这些错误之后: 知道怎么解决这个问题吗?谢谢你们
问题内容: 我正在尝试使用此命令安装monaca。 但是在得到这些错误之后: npm WARN checkPermissions缺少对/ usr / local / lib / node_modules的写权限npm ERR!路径/ usr / local / lib / node_modules npm错误!代码EACCES npm ERR!errno -13 npm错误!syscall访问np
此外,我运行(没有-g),但它不起作用。是否存在其他安装Typescript的方法?我的操作系统是Linux Ubuntu16.04。我很少使用,也不知道如何解决这个问题。 我的问题是:到底哪些目录需要该权限?
我试图运行角应用程序和执行ng service命令,然后显示 错误:找不到模块node-sass。
问题内容: 我想在Mac上直接运行一些PHP,未注释httpd.conf,激活Web共享,安装MySQL等。我似乎找不到我的PHP文件,最重要的是,PHP.ini。 在我的旧机器上,它位于/ usr / local / php5 / lib中,但是/ usr / local中不存在php5目录。 我需要拿包裹还是在错误的地方找? 运行OS X 10.7.3,PHP 5.3.8,Apache / 2
问题内容: 正在搜索共享库吗?我有这个错误: 问题答案: 确保将您的目录设置为包括要搜索的所有目录,然后再次进行测试。 您可以使用以下方法快速进行测试: 这将只为该调用设置它。 或者,您可以编辑其中包含搜索的默认目录。该文件中可能不包含某些Linux发行版。 请注意,您可能还需要通过运行(以root身份或使用)来更新缓存。