お世話になります。
初心者なのですが、
npm run serveでThis dependency was not found:が突然発生しローカルサーバが起動しない。
vueとv-calender を使い開発をしています。
環境はwindows 10 VS-CODEを利用しています。
packege.jsonとしては以下となります。
また、http://localhost:8080/ で動かしております。
``` "dependencies": {
"@popperjs/core": "^2.4.0",
"bootstrap": "^4.5.3",
"core-js": "^3.6.5",
"dayjs": "^1.10.3",
"firebase": "^8.2.0",
"googleapis": "^67.0.0",
"http2": "^3.3.7",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"readline": "^1.3.0",
"tailwindcss": "^2.0.2",
"v-calendar": "^2.1.6",
"vue": "^2.6.11",
"vue-router": "^3.4.9"
順調に開発していたのですが突然 npm run serve で以下のエラーとなりました。
This dependency was not found:
- vue/types/umd in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/Top.vue?vue&type=script&lang=js&
To install it, you can run: npm install --save vue/types/umd
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys'
## npm install --save vue/types/umdの実施 エラーで完了できませんでした。
C:\Users\ ローカルパス >npm install --save vue/types/umd
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path C:\Users\ローカルパス\vue\types\umd/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\Users\ローカルパス\vue\types\umd\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! C:\Users\ローカルパス\AppData\Local\npm-cache_logs\2021-02-13T02_47_00_077Z-debug.log
どなたか何か情報があればお助けください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。