myapp % npm install
npm WARN deprecated core-js@2.6.12: core-js@<3.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.
added 123 packages, and audited 124 packages in 23s
7 packages are looking for funding
run `npm fund` for details
4 vulnerabilities (2 low, 2 high)
To address all issues, run:
npm audit fix --force
Run `npm audit` for details.
相关文章
- 11-28LeetCode - Populating Next Right Pointers in Each Node
- 11-2885. Insert Node in a Binary Search Tree【easy】
- 11-28javascript – setInterval()使Node.js进程保持运行
- 11-28【LeetCode算法题库】Day7:Remove Nth Node From End of List & Valid Parentheses & Merge Two Lists
- 11-28Express全系列教程之(八):session的基本使用
- 11-28LeetCode : 19. Remove Nth Node From End of List 移除链表中距离尾部N的节点
- 11-28[LeetCode] 382. Linked List Random Node_Medium tag: linked list, math
- 11-28NodePort 只能在node节点*问,外部无法访问
- 11-28Winform中node.Text重命名时窗口无响应假死的解决方法
- 11-28Vue+Express+Mongoose 简易博客网站踩坑记录(一)