LoginSignup
0
0

More than 1 year has passed since last update.

Node.jsインストール

Last updated at Posted at 2022-02-08
curl --silent --location https://rpm.nodesource.com/setup_16.x | sudo bash -
yum install nodejs

【備考】以前のやり方

yum install nodejs npm --enablerepo=epel

Expressの導入

npm install -g express

Expressの利用

画面にejsを利用

express -e ディレクトリ名 -t ejs
cd ディレクトリ名 && npm install
npm install  
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0