npm run build构建错误

    1. rm -rf node_modules
    2. rm package-lock.json
    3. npm cache clear --force # 强制清除缓存
    4. npm install