Skip to content

Upgrading from 2.0 to 3.0 causes issues #45

@moso

Description

@moso

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions