vue-tippy icon indicating copy to clipboard operation
vue-tippy copied to clipboard

Nuxt 3 issue

Open kodeyeen opened this issue 2 years ago • 9 comments

Can't install it in Nuxt 3 project:

yarn add v1.22.19 info No lockfile found. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json. [1/4] Resolving packages... warning nuxt > @nuxt/vite-builder > cssnano > cssnano-preset-default > postcss-svgo > svgo > [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility warning vue-tippy > tippy.js > [email protected]: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 [2/4] Fetching packages... warning [email protected]: The engine "vscode" appears to be invalid. [3/4] Linking dependencies... warning " > [email protected]" has unmet peer dependency "vue@>=2.2.0". warning "vue-imask > [email protected]" has unmet peer dependency "vue@^3.0.0-0 || ^2.6.0". warning "@nuxtjs/tailwindcss > @nuxt/postcss8 > [email protected]" has unmet peer dependency "webpack@^4.0.0 || ^5.0.0". warning "@nuxtjs/tailwindcss > @nuxt/postcss8 > [email protected]" has unmet peer dependency "webpack@^4.27.0 || ^5.0.0". warning " > @tailwindcss/[email protected]" has unmet peer dependency "tailwindcss@>=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1". warning " > [email protected]" has unmet peer dependency "webpack@^5.0.0". warning " > [email protected]" has unmet peer dependency "vue@^3.0.0". warning " > [email protected]" has unmet peer dependency "vue@^2.5.9". error An unexpected error occurred: "EPERM: operation not permitted, unlink '\Desktop\320_ddoctors\sites\ddoctors.ru\node_modules\esbuild-windows-64\esbuild.exe'". info If you think this is a bug, please open a bug report with the information provided in "\Desktop\320_ddoctors\sites\ddoctors.ru\yarn-error.log". info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command

kodeyeen avatar Nov 12 '22 15:11 kodeyeen