Open1

Windowsでのcreate-nuxt-app

ヨタヨタ

WIndows 11環境でnpx create-nuxt-appを実行するとrxjsのインストールで止まる。

$npx create-nuxt-app Sample
rxjs Completed in 1822ms

yarnだとすぐにnuxtがインストールできた。

$ yarn create nuxt-app Sample