Closed ddmy closed 3 months ago
It is coming from some other dep in your package.json. We don't use that package. Please share your package.json. Most likely you've vue/cli installed.
It is coming from some other dep in your package.json. We don't use that package. Please share your package.json. Most likely you've vue/cli installed.
This is my newly created empty directory. There is something strange about this problem
Try running npx find-up-cli package.json
Try running
npx find-up-cli package.json
Sure enough, after running this command, I found a package.json in my current user directory. After deleting this file, I can install it normally. I thought package.json would only search the current directory. It seems that I still need to understand it specifically. Thank you very much!
Describe the bug
官网说支持node版本18+,我的node版本是20.10.0,安装时报错,@achrinza/node-ipc@9.2.2 对node版本有要求
Reproduction
cli新建目录 运行
yarn add -D vitepress
Expected behavior
能够正常安装
System Info
Additional context
Validations