https://ics.media/entry/210708/こちらのサイトの通りに行い、npm run devを実行するとエラー出てしまいます。
以下のようになってしまいます。
何がいけないのかわかりません。
教えて下さい。
a.o.is.@eoinombp ~ % npm init vite@latest npx: 6個のパッケージを3.315秒でインストールしました。 ✔ Project name: … test ✔ Select a framework: › vanilla ✔ Select a variant: › vanilla Scaffolding project in /Users/a.o.is./test... Done. Now run: cd test npm install npm run dev a.o.is.@eoinombp ~ % npm -v 6.14.15 a.o.is.@eoinombp ~ % npm run dev npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /Users/a.o.is./package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/Users/a.o.is./package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /Users/a.o.is./.npm/_logs/2021-09-26T23_03_13_788Z-debug.log a.o.is.@eoinombp ~ %