Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
npm WARN trumbowyg@2.21.0 需要 jQuery@>=1.8 的对等点,但没有安装。您必须自己安装对等依赖项。
当我在 npm 上运行任何东西时,它给了我以上错误。我该如何解决这个错误?
在包的包文件中,搜索“jQuery”,将其更改为“jquery”。