标签: node

3 篇文章

thumbnail
解决deepin下npm出现Cannot find module 'semver'问题
可以通过安装yarn,再用yarn全局安装npm解决。 安装yarn curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc…