- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经使用 sudo npm install grunt
安装了 grunt
,但现在无法删除它。
我已经尝试过:
$ sudo npm uninstall grunt
但它给了我一个警告
:
npm WARN uninstall not installed in /home/kuba/projects/node_modules: "grunt-cli"
我还尝试过 rm
、remove
和 unlink
。和 -g
选项,但这些选项给出:
npm WARN uninstall not installed in /usr/lib/node_modules: "grunt"
但我仍然可以从命令行运行 grunt
。
编辑:
$ whereis grunt
grunt: /usr/local/bin/grunt
$ file /usr/local/bin/grunt
/usr/local/bin/grunt: symbolic link to `../lib/node_modules/grunt/bin/grunt'
$ ls /usr/local/lib/node_modules
grunt jshint
$ ls /usr/lib/node_modules
bower csslint devtools-terminal npm plato
为什么我有 2 个带有 npm
的目录?删除它们安全吗?
编者注:
这个问题是在 5 年前提出的,标题是如何卸载 npm 包。这是一个非常有用的问题,受到许多人的喜爱,他们找到了问题的解决方案,因此我将其从最近的编辑中改回,称为如何卸载 grunt 包,因为它需要相同的内容过程与任何其他 npm
包一样。
最佳答案
卸载npm
项目中的模块 node_modules
文件夹,运行:
npm uninstall <module> --save
请注意npm
应从包含 node_modules
的同一目录中卸载模块运行此命令时的文件夹。 --save
选项也会将其从您的 package.json
中删除
还可以通过从本地删除其目录来删除本地依赖项/模块安装 node_modules
文件夹。是的,删除依赖项是安全的。
卸载npm
全局安装的模块,运行:
npm uninstall -g <module>
从哪里运行此命令并不重要。
安装npm
module, run:(仅供引用)
npm install <module>
...或:
npm install
(如果项目根目录中有 package.json
文件)
...或:
npm install <module> --save-dev
(如果您想向依赖项添加最低版本)
关于 Grunt 的好消息:
grunt
2013 年 2 月 18 日之前稳定 ( the day grunt v0.4.x
was released ),您可能有较旧的 grunt
版本仍然存在于您的系统中。那是因为grunt
低于 0.4.x
的版本全局安装,这给升级/维护版本带来了很大的痛苦。 grunt
和grunt-cli
是两个不同的东西。
grunt
(不带“cli”)通常通过运行 devDependency
在项目级别安装(当在 package.json
中列为 npm install
时) 。这也称为本地安装。grunt-cli
是 grunt
本地版本的底层基础在不同的项目/文件夹中运行。它可以在本地安装,但在全局安装一次时更有用。 grunt
仅在本地安装(通过运行 npm install grunt
)。
grunt-cli
最好全局安装(通过运行 npm install -g grunt-cli
)。 grunt-cli
官方npm
页still warns against安装grunt
(没有 cli)全局范围内。grunt-cli
的全局安装,运行npm uninstall -g grunt-cli
。 This issue上gruntjs的项目支持此过程。grunt
全局(通过运行 npm install -g grunt
)。关于 npm
和sudo
<强> sudo
与 npm
配合不佳。仅在必要时才使用它。以下是关于其使用优点和缺点的两段引用:
引用Isaac Z. Schlueter关于他的Introduction to npm文章:
I strongly encourage you not to do package management with sudo! Packages can run arbitrary scripts, which makes sudoing a package manager command as safe as a chainsaw haircut. Sure, it's fast and definitely going to cut through any obstacles, but you might actually want that obstacle to stay there.
I recommend doing this once instead:
sudo chown -R $USER /usr/local
That sets your user account as the owner of the /usr/local directory, so that you can just issue normal commands in there. Then you won't ever have to use sudo when you install node or issue npm commands.
It's much better this way. /usr/local is supposed to be the stuff you installed, after all.
Andrei Karpushonak 提到的另一个问题:
There are certain security concerns and functionality limitations regarding changing the ownership of /usr/local to the current user:
- if there is another user on the machine who could use global npm packages - do not change the ownership of /usr/local
- https://apple.stackexchange.com/questions/1393/are-my-permissions-for-usr-local-correct
- https://askubuntu.com/questions/261326/is-it-safe-to-chown-usr-local
Having said that, if you want to install global module without using sudo, I don't see any better solution (from pragmatic point of view) than mentioned. Security vs easy of use is very broad topic, and there is no easy answer for that - it just depends on your requirements.
关于gruntjs - 如何卸载npm包?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22642655/
1.使用start-all.sh启动hadoop服务时,提示输入 您确定要继续连接吗(是/否) 当我通过脚本启动它时如何抑制这个提示,现在我正在使用期望模块,但我认为可能有一种更简单的方法来做到这一点
我安装了在 Ubuntu 12.04 下运行的 Geonode R 2.01。我尝试使用以下命令卸载它: sudo apt-get remove --purge geonode sudo apt-ge
假设我有 AppDomainA,它启动 AppDomainB。 AppDomainB 然后启动 AppDomainC。 如果在 AppDomainA 中卸载 AppDomainB,AppDomainC
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 8年前关闭。 Improve this q
我尝试使用以下命令从我的 Ubuntu 中卸载 NGinX: sudo apt-get remove nginx-core nginx-full nginx-light nginx-extras n
我已经从 /Applications/ 中删除了 MacVim目录,但当我输入 vim 时在终端中显示错误:no such file or directory: /Applications/MacVi
我的页面中有一个 iframe,该 iframe 嵌入了一个不在我的服务器上的网站。 我正在寻找一种在 iframe 重定向之前触发函数的方法。例如,当用户单击 iframe 内的链接并且 ifram
看来我被 Visual Studio 的 Atomineer Pro 文档加载项挟持了!试用期结束了,我没有用了!但现在每次我在 Visual Studio 中做某事时,我都会收到一条错误消息并发送到
我有一个使用 WiX 完成的安装程序。安装完成后,它会启动一个应用程序,在 Explorer 进程中注入(inject)一些代码。 目前,当我卸载时,重新启动管理器会启动并关闭我的应用程序和资源管理器
在我的网络应用中,我需要在用户离开页面之前发送他们更改的最新数据。 我在页面卸载时调用这样的函数: window.onbeforeunload=sendData; 这就是函数内部调用的内容 funct
我使用 jQuery 和 history.js 来管理部分页面之间的动态转换;这样我就可以避免重新加载整个文档。其中一些部分页面调用自己独特的 javascript 文件。虽然页面之间的转换运行良好,
我需要处理应用程序包的变化,我这样写我的 mainfest mainfest.xml 我的接收器类
我目前在使用大量内存方面遇到了麻烦,我正在尽一切努力削减和优化涉及内存的代码...目前我的游戏的大部分 Nib 文件都加载了所有它在 ViewDidLoad 中的变量,现在我的问题是,在我的 view
如何从系统中删除 composer Php Dependecny Manager? 它说卸载无法继续,因为以下应用程序正在使用需要删除的文件。 Windows 资源管理器 最佳答案 我遇到了同样的问题
所以我使用 stow 在服务器上安装了 Python 2.7.1 源代码 .我过去很粗心,在处理源代码安装时我试图保持井井有条。所以,输入 stow。现在我使用 wget 安装了 easy_insta
有谁知道如何卸载 MacRuby?我在使用 RubyCocoa 然后决定试用 MacRuby,在安装 MacRuby 之后,RubyCocoa 已经停止工作。所以我想删除 MacRuby,但我找不到任
我无法从 64 位 EC2 卸载 mongo。在/usr/bin 我有 mongo 和 mongod 等等。当我从任何地方键入 mongo 时,它会在 1.8 版打开 shell。我现在下载了 2.0
本文实例讲述了Android编程实现监控apk安装,卸载,替换的方法。分享给大家供大家参考,具体如下: ?
1说明 mysql++是mysql开发团队为OO编程提供的C++开发库,是对mysql提供的底层数据存取API进行的C++封装,用其手册上的说法是:复杂而又庞大,当然功能也更强大。 Mysql+
自从我开始建立我的网站那天起,我安装了很多包,有时是为了测试一堆代码,有时是为了项目本身(后来我发现这不是需要的包)。但是现在,当我运行 pip freeze 时,我有一个包列表,我很难卸载不使用的包
我是一名优秀的程序员,十分优秀!