fullcalenderがインストールできない
Q&A
解決したいこと
フルカレンダーをインストールしたいです。
ですが、以下のようなエラーがでます。
このエラーの内容を詳しく知り、インストールできる状態にしたいです。
xxxxxxxx@xxxx:~/example-app$ ./vendor/bin/sail npm install @fullcalender/core @fullcalender/daygrid
と入力して下記エラーが発生しました。
404ということは何かが見つからないということでしょうか。
「環境」
・Laravel
・WSL2
・Docker Desktop
・VScode ターミナル
よろしくお願いいたします。
発生している問題・エラー
npm notice
npm notice New patch version of npm available! 8.19.2 -> 8.19.3
npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.19.3
npm notice Run npm install -g npm@8.19.3 to update!
npm notice
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@fullcalender%2fcore - Not found
npm ERR! 404
npm ERR! 404 '@fullcalender/core@*' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/sail/.npm/_logs/2022-11-04T05_48_44_031Z-debug-0.log
0