13,230
回編集
| 49行目: | 49行目: | ||
# または | # または | ||
npm config set "strict-ssl" false -g | npm config set "strict-ssl" false -g | ||
# または (strict-sslを無効にしたくない場合) | |||
yarn config set registry <nowiki>https://registry.npmjs.org</nowiki> | |||
yarn install --frozen-lockfile | yarn install --frozen-lockfile | ||