Hum. This seems to be a bug on NPM (https://github.com/npm/cli/issues/5322)
You can fix the issue by adding the option --legacy-peer-deps
:
npm install--legacy-peer-deps @vuedoc/parser @vuedoc/md
There are no issue when using Yarn.
Hum. This seems to be a bug on NPM (https://github.com/npm/cli/issues/5322)
You can fix the issue by adding the option --legacy-peer-deps
:
npm install--legacy-peer-deps @vuedoc/parser @vuedoc/md
There are no issue when using Yarn.