実現したいこと
npm installを行い、npm run devを入力してアプリのひな型を作成する
発生している問題・分からないこと
VScodeでReact viteを使用してnpm installを行おうとしたときのnpm error code 3221225477が解決できない
エラーメッセージ
error
1PS C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple> npm create vite@latest 2 3> npx 4> create-vite 5 6√ Project name: ... todosimple 7√ Select a framework: » React 8√ Select a variant: » JavaScript + SWC 9 10Scaffolding project in C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple... 11 12Done. Now run: 13 14 cd todosimple 15 npm install 16 npm run dev 17 18PS C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple> cd todosimple 19PS C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple> npm install 20npm warn cleanup Failed to remove some directories [ 21npm warn cleanup [ 22npm warn cleanup '\\\\?\\C:\\Users\\shota\\OneDrive\\デスクトップ\\React studying\\todosimple\\todosimple\\node_modules\\esbuild', 23npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple\node_modules\esbuild'] { 24npm warn cleanup errno: -4082, 25npm warn cleanup code: 'EBUSY', 26npm warn cleanup syscall: 'rmdir', 27npm warn cleanup path: 'C:\\Users\\shota\\OneDrive\\デスクトップ\\React studying\\todosimple\\todosimple\\node_modules\\esbuild' 28npm warn cleanup } 29npm warn cleanup ], 30npm warn cleanup [ 31npm warn cleanup '\\\\?\\C:\\Users\\shota\\OneDrive\\デスクトップ\\React studying\\todosimple\\todosimple\\node_modules', 32npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple\node_modules\eslint'] { 33npm warn cleanup errno: -4048, 34npm warn cleanup code: 'EPERM', 35npm warn cleanup syscall: 'rmdir', 36npm warn cleanup path: 'C:\\Users\\shota\\OneDrive\\デスクトップ\\React studying\\todosimple\\todosimple\\node_modules\\eslint' 37npm warn cleanup } 38npm warn cleanup ] 39npm warn cleanup ] 40npm error code 3221225477 41npm error path C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple\node_modules\@swc\core 42npm error command failed 43npm error command C:\Windows\system32\cmd.exe /d /s /c node postinstall.js 44npm error A complete log of this run can be found in: C:\Users\shota\AppData\Local\npm-cache\_logs\2024-11-03T00_18_28_113Z-debug-0.log 45PS C:\Users\shota\OneDrive\デスクトップ\React studying\todosimple\todosimple>
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
chatgptに聞いたところnpmキャッシュのクリア、再起動、管理者としてVScodeを開く、アンチウイルスソフトやonedriveの同期を一時停止、環境変数の設定、nodejsのバージョンがかみ合っていないなどが挙げられたのでそれらを実行しましたが、error codeが表示されることは変わらずうまくいきませんでした。
補足
特になし
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2024/11/03 06:11