Use yarn instead of npm
This commit is contained in:
@ -51,7 +51,7 @@ adduser --disabled-password --disabled-login misskey
|
||||
|
||||
5. Misskeyの依存パッケージをインストール
|
||||
|
||||
`npm install`
|
||||
`npx yarn install`
|
||||
|
||||
*4.* 設定ファイルを作成する
|
||||
----------------------------------------------------------------
|
||||
@ -131,7 +131,7 @@ npm run init
|
||||
### Misskeyを最新バージョンにアップデートする方法:
|
||||
1. `git checkout master`
|
||||
2. `git pull`
|
||||
3. `npm install`
|
||||
3. `npx yarn install`
|
||||
4. `NODE_ENV=production npm run build`
|
||||
5. `npm run migrate`
|
||||
|
||||
|
Reference in New Issue
Block a user