I'm trying to work on improvements to nuxt.js, but when cloning the repository, installing its dependencies and running tests without changes, there is always an error or process stop.
git clone https://github.com/nuxt/nuxt.js.git
cd nuxt.js
npm install // yarn install
// Error
npm run test // yarn run test
// OK
npm run test-appveyor // yarn run test-appveyor
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2411">#c2411</a>)</em></sub></div>