简体   繁体   中英

What does npm WARN excluding symbolic link mean?

What does npm WARN excluding symbolic link mean? And how do I make it go away?

The message is emitted when npm interacts with a TAR file.

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. 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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