Quickly and forcefully delete the node_modules package in the vue project

1. Installation

npm i rimraf -g

2. Delete

rimraf node_modules 

Guess you like

Origin blog.csdn.net/weixin_42217154/article/details/110791939