Node.js Node.jsをさくらのレンタルサーバにインストールする方法(ソースからコンパイル) さくらのレンタルサーバに Node.js をインストールするための OpenSSL と Node.js のインストール方法のメモ。(*「さくらのレンタルサーバ上で Node.js (npm) を使えるようにする」を拝見させていただき無事イン... 2023.02.04 Node.jsさくらのレンタルサーバー
Node.js Node.js | dotenvで “.env” ファイルから変数をロード dotenvをインストールnpm install dotenv$ npm install dotenvadded 1 package, and audited 2 packages in 513msfound 0 vulnerabiliti... 2021.09.07 Node.js
Node.js Node.js | Nodemailerを使ってメールを送信する NodemailerをインストールNodemailerが未インストールの場合はインストールします。npm install nodemailer$ npm install nodemaileradded 1 package, and audi... 2021.09.07 Node.js
Node.js Node.js | npmをアップデートする(v6.14.13 → v7.22.0) 新しいアプリ用のディレクトリで初期化したら npm の新しいバージョンのメッセージが表示されていたので、アップデートしてみました。新バージョンのアナウンスNew major version of npm available! 6.14.13... 2021.09.07 Node.js
Node.js Node.js | foreverでデーモン化(永続化)する Node.jsで作ったアプリをエックスサーバー上で常に動くようにしたかったので forever をインストールしてデーモン化(永続化)してみました。foreverインストール以下のインストールコマンドでforeverをインストールします。$... 2021.09.06 Node.js
Node.js Node.js | Express Generatorでアプリケーション作成から実行 macOSの環境下で Express Generator を使ったアプリ作成から実行までの内容を書いていきます。Express Generator インストールExpress Generator をインストールしていない場合は npm でイ... 2021.09.02 Node.js
Node.js Node.jsをエックスサーバーにインストールする方法(nodebrew利用) Node.jsの複数のバージョン管理ツールの nodebrew を利用してエックスサーバーにNode.jsをインストールします。nodebrewのダウンロードとセットアップcurl を利用する方法1か wget を利用する方法2の何れかを実... 2021.07.17 Node.js