脳汁portal

アメリカ在住(だった)新米エンジニアがその日学んだIT知識を書き綴るブログ

2019-04-02から1日間の記事一覧

node.jsのインストール方法

# install ndenv cd /usr/local/ git clone https://github.com/riywo/ndenv.git chmod -R g+rwxXs /usr/local/ndenv/ mkdir /usr/local/ndenv/plugins cd /usr/local/ndenv/plugins git clone https://github.com/riywo/node-build.git cat << "EOF" > /etc…