Bug #1657
Updated by Alexander Watzinger over 2 years ago
There are multiple issues but I guess they are related.
h1. Warnings at NPM install
<pre>
npm install
</pre>
I tried to solve this with following commands but it didn't helped:
<pre>
npm audit fix
npm audit fix --force
</pre>
h1. Installation failed
Running
<pre>
npm run export
</pre>
failed before and after trying to fix with npm audit with the message
<pre>
✖ Nuxt Fatal Error
TypeError: micromatch.scan is not a function
</pre>
I add more output about these two issues as note. Let me know if you need more information.