@mametsuko 困った時は公式通りにやるのが一番いいです。gpgキーを受け取って、リポジトリを作り、インストール。
$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list$ sudo apt update$ sudo apt install yarn
bundle install
yarn install
--------------------
yarn の gpgが死んでるらしいので…
sudo su
root@si:/home/mastodon# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
OK
ユーザに戻って
--------------------
mastodon@si:~$ sudo apt install yarn
再度
yarn install
して、
mastodon@si:~/live$ yarn install
yarn install v1.13.0
[1/6] Validating package.json...
[2/6] Resolving packages...
success Already up-to-date.
Done in 1.07s.
yarn は
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
しなおすとエラー消えると思います
senooken JP Social is a social network, courtesy of senooken. It runs on GNU social, version 2.0.2-beta0, available under the GNU Affero General Public License.
All senooken JP Social content and data are available under the Creative Commons Attribution 3.0 license.