Skip to content

Instantly share code, notes, and snippets.

@CyberRex0
Last active January 16, 2023 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CyberRex0/616ff837795645f722b2d0f1267dec9d to your computer and use it in GitHub Desktop.
Save CyberRex0/616ff837795645f722b2d0f1267dec9d to your computer and use it in GitHub Desktop.

Misskey on Termux: v13 マイグレーションガイド

変更点

パッケージマネージャーが変更される

yarnからpnpmに移行する。まずpnpmをインストールする。 npm i -g pnpm

コマンド変更例

yarn install --productionNODE_ENV=production pnpm i -P --no-optional

NODE_ENV=production yarn buildNODE_ENV=production pnpm build

yarn 〇〇 はだいたい pnpm 〇〇 で置き換え可能。

その他

特になし。DBのマイグレーションをお忘れなく

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment