🤔
学习,反思,与胡思乱想
中英日混杂,请谅解。Posts are in English, Chinese and Japanese. Contact:
2023-09-13
Tech
👨🏻💻
如何安装某些蛋疼的东西
Node.js
n stable
大概是我见过最清爽的安装方式了
Upgrading Node.js to latest version
So, I have Node.js installed and now when I tried to install Mongoosejs I got an error telling me that I don’t have the needed version of Node.js (I have v0.4.11 and v0.4.12 is needed). How can I
https://stackoverflow.com
曾经用过的一些麻烦方法:
apt-get install
conda install
brew install
Tech