v2rayA Troubleshooting
Problems updating npm packages
Delete the ./node_modules
folder, and run again:
1 | npm install |
Problems with cache
Delete the temporary directories:
1 | npm run clean |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 昌南魔法学院!
Delete the ./node_modules
folder, and run again:
1 | npm install |
Delete the temporary directories:
1 | npm run clean |