简体   繁体   English

npm WARN排除符号链接是什么意思?

[英]What does npm WARN excluding symbolic link mean?

What does npm WARN excluding symbolic link mean? npm WARN excluding symbolic link是什么意思? And how do I make it go away? 以及如何使它消失?

The message is emitted when npm interacts with a TAR file. npm与TAR文件交互时,将发出此消息。

When it detects that a symbolic link is being used, it will emit the warning. 当它检测到正在使用符号链接时,它将发出警告。 For example, an archive you're trying to install through npm may contain a symbolic link. 例如,您尝试通过npm安装的档案可能包含符号链接。 Those links will not be created on your local file system and are ignored. 这些链接将不会在本地文件系统上创建,并且将被忽略。

That errors are normally caused by cache issues, after you clean cache they should disappear. 该错误通常是由缓存问题引起的,在清理缓存后,它们应该会消失。

Just run npm cache clear . 只需运行npm cache clear

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM