差分

Tabetainet

212 バイト追加, 2023年7月22日 (土) 17:16
編集の要約なし
[[category:memo|{{PAGENAME}}]]
 
<nowiki># Node.js v18をインストール
 
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt-get install -y nodejs
 
cd /path/to/your/app
npm install --production
 
node app.js</nowiki>
% npm install passport passport-google-oauth