Skip to content

Error when turning on Vue DevTools #3488

@Webess

Description

@Webess
  • Laravel Version: 8.40
  • Nova Version: 3.27.0
  • PHP Version: 8.0.2
  • Database Driver & Version: MySQL 5.7.24
  • Operating System and Version: Windows 10 Pro 2004
  • Browser type and version: Chrome

Description:

I try to turn on Vue DevTools according to the instructions in the documentation, but after running the command npm run dev it always stuck at 10% for a few minutes and then crashes. This is the same out of memory error as in #2901.

npm log: 2021-08-03T08_43_19_011Z-debug.log
console log (after running npm run dev): console.log

Detailed steps to reproduce the issue on a fresh Nova installation:

  1. cd ./vendor/laravel/nova
  2. mv webpack.mix.js.dist webpack.mix.js
  3. npm install
  4. npm run dev
  5. rm -rf node_modules
  6. cd -
  7. php artisan nova:publish

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