nongyehong / HuLa-IM-Tauri

IM project developed by Tauri+vue3+vite5 (front-end)
Apache License 2.0
465 stars 85 forks source link

pnpm i 安装依赖有警告: husky install command is deprecated #6

Closed dong-lufei closed 1 week ago

dong-lufei commented 1 month ago
# dong @ lufei in ~\Desktop\test-im\HuLa-IM-Tauri on git:master x [00:40:56]
$ pnpm i
Lockfile is up to date, resolution step is skipped
Packages: +744
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Downloading @tauri-apps/cli-win32-x64-msvc@1.5.14: 8.31 MB/8.31 MB, done
Progress: resolved 744, reused 0, downloaded 744, added 744, done
node_modules/.pnpm/esbuild@0.21.5/node_modules/esbuild: Running postinstall script, done in 546ms
node_modules/.pnpm/vue-demi@0.14.8_vue@3.4.31/node_modules/vue-demi: Running postinstall script, done in 193ms

dependencies:
+ @tauri-apps/api 1.6.0
+ axios 1.7.2
+ colorthief 2.4.0
+ dayjs 1.11.11
+ grapheme-splitter 1.0.4
+ lodash-es 4.17.21
+ mitt 3.0.1
+ naive-ui 2.38.2
+ pinia 2.1.7
+ pinia-plugin-persistedstate 3.2.1
+ pinia-shared-state 0.5.1
+ vue 3.4.31
+ vue-draggable-plus 0.4.1
+ vue-router 4.4.0

devDependencies:
+ @babel/eslint-parser 7.24.8
+ @commitlint/cli 19.3.0
+ @commitlint/config-conventional 19.2.2
+ @rollup/plugin-terser 0.4.4
+ @tauri-apps/cli 1.5.14
+ @types/lodash-es 4.17.12
+ @types/node 20.14.10
+ @typescript-eslint/eslint-plugin 7.1.0
+ @typescript-eslint/parser 7.16.0
+ @unocss/preset-uno 0.61.3
+ @unocss/reset 0.61.3
+ @unocss/transformer-directives 0.61.3
+ @unocss/transformer-variant-group 0.61.3
+ @unocss/vite 0.61.3
+ @vitejs/plugin-vue 5.0.5
+ @vitejs/plugin-vue-jsx 4.0.0
+ @vueuse/core 10.11.0
+ commitizen 4.3.0
+ conventional-changelog 6.0.0
+ conventional-changelog-cli 5.0.0
+ cz-git 1.9.3
+ eslint 8.57.0
+ eslint-config-prettier 9.1.0
+ eslint-plugin-import 2.29.1
+ eslint-plugin-prettier 5.1.3
+ eslint-plugin-vue 9.27.0
+ husky 9.0.11
+ lint-staged 15.2.7
+ oxlint 0.2.18
+ prettier 3.3.3
+ sass 1.77.8
+ sass-loader 14.2.1
+ typescript 5.5.3
+ unplugin-auto-import 0.17.8
+ unplugin-vue-components 0.26.0
+ vite 5.3.2
+ vue-tsc 2.0.26

> hula-im-tauri@v1.5.0 prepare C:\Users\13697\Desktop\test-im\HuLa-IM-Tauri
> husky install

install command is deprecated

Done in 23.7s
nongyehong commented 1 month ago

这个你不用理他吧,其他依赖已经安装完毕了,而且我看你安装的还是1.5版本的,拉最新代码安装依赖吧