-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
I recently upgraded devDepencencies in a project, and discovered the following issue when running yarn dev:
× Client
Compiled with some errors in 9.57s
ERROR Failed to compile with 1 errors
This dependency was not found:
* <redacted>\.nuxt\client.js in multi eventsource-polyfill webpack-hot-middleware/client?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
To install it, you can run: npm install --save <redacted>\.nuxt\client.js
WARN Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\hiberfil.sys'
WARN Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
WARN Error from chokidar (C:\): Error: EBUSY: resource busy or locked, lstat 'C:\swapfile.sys'As I narrowed it down, I came to the conclusion that this error only happens when this package is installed in version 3.0.0.
As this was an upgrade, I have no idea whether or not this exists in a new project. But I've upgraded all other packages used in the project. If I need extra/new packages of other packages, I assue the yarn install warning messages would tell me.
Metadata
Metadata
Assignees
Labels
No labels