npm installation package reports an error, reinstalling forcefully clears installation traces

1、npm cache clean --force

2、rm -rf node_modules

3、rm -rf package-lock.json

4、npm install

Guess you like

Origin blog.csdn.net/ANNENBERG/article/details/128699675