GU Yiling
GU Yiling
Can you privide the complete log output for the error?
Does the issue still exist?
It is marked as an optional peer deps, are you still using `npm@6` which may not recognize the [`peerDependenciesMeta`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#peerdependenciesmeta) field?
I still cannot reproduce this with npm@8: ```sh ➜ ve-test ls index.html package.json ➜ ve-test npm ls [email protected] /Users/justineo/dev/ve-test └── (empty) ➜ ve-test npm -v 8.7.0 ➜ ve-test npm i...
@digitalit You can use [`vue-echarts`](https://github.com/ecomfe/vue-echarts) instead.
Try add this to `nuxt.config.js` as a workaround: ```js { alias: { vue: 'vue/dist/vue.runtime.esm.js' } } ```
Not sure there's anything can be done on our side. It seems that with Nuxt's webpack config, the imported `vue` from `vue-demi` refers to the cjs version.
It should only pop up on triple clicks and it’s intentional. If it popped out on double clicks then it’s a bug.
Conflict with 'Refined GitHub' extension: the reaction names tooltip no longer appears (Chrome only)
 This is because GitHub Hovercard will show a user hovercard on avatars and this may overlap with GitHub's native tooltips so we stop showing tooltips where a hovercard may...
It has been taken it down by Mozilla and I was told they think there might be security vulnerabilities due to a core feature relies on directly outputting HTML from...