English 中文(简体)
如果我删除了单元,为什么我的挣钱还算不了。
原标题:Why are my yarn dependencies still listed if I deleted node modules

我正在开展一个项目,我意外地在终端运行yarn后将我的包裹下载。

我删除了新的node_modules <>/em> 倍,然后打上了yarn list - deep 0,然后收到了一份庞大的清单。 想到这只是一些奇迹错误,即:yarn cache Clean,然后是:yarn list - deep 0,并收到与先前相同的名单。 我询问了ChataGPT和Land yar cache dir,并删除了档案。 我再次拿到<条码>,列出深入的0,并填写同样的清单。 我确实不知道要做什么。 我确实不需要一吨依赖手提电脑。 希望得到任何帮助。

我要求这样做,以便直截了当,删除该目录,因为我确实没有时间进入终点站,也没有时间去除90+受扶养人的 p。

这只占庞大名单的三分之一,我没有时间为而使用垃圾去除。

问题回答

<代码>yarn list only analyses the yarn.lock file produced whenstaling Dependencies.

例如,删除<代码>yarn.lock,然后运行yarn list,会产生错误......

error No lockfile in this directory. Run yarn install to generate one.

你们可以放心,如果你删除<代码>node_modules,那么扶养档案就会丢失。





相关问题
Determine what scripts are inside a combined js file

I m trying to build an ajax script loader, but I m running into the issue where I m sending pieces of my combined file over twice (ie. jquery, bunched up with other scripts, is getting sent over twice ...

html.sty and latex2e

I need to install the file html.sty , but don t know what package it s in. I think I need to install something called latex2e, but I don t know what package has that.

PHP package manager

does anyone know a package manager library for PHP (as e.g. apt or yum for linux distros) apart from PEAR? I m working on a system which should include a package management system for module ...

Package(Plugin) Management for Vim

Emacs 24 looks like it will have a package manager. What package management options are there for Vim?