Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

怎样开启自动补全依赖功能? #8

Open
raygzcn opened this issue Jun 30, 2022 · 4 comments
Open

怎样开启自动补全依赖功能? #8

raygzcn opened this issue Jun 30, 2022 · 4 comments

Comments

@raygzcn
Copy link

raygzcn commented Jun 30, 2022

👮‍♂️依赖检测: ❎未开启自动补全依赖,请手动补齐以下依赖🤗
👮‍♂️检测到缺失NodeJs依赖:
['moment', 'jsdom', 'axios']

@raygzcn
Copy link
Author

raygzcn commented Jun 30, 2022

🐲青龙自动安装依赖(1/3)

🤖检测是否安装NodeJs依赖: moment
⚙当前正在自动安装NodeJs依赖: moment
🔨执行命令: cd /ql/ && npm install moment
⛔出错了:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! dev react@"17.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=15.5 <=16.x" from [email protected]
npm ERR! node_modules/react-codemirror2
npm ERR! dev react-codemirror2@"^7.2.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-06-30T14_29_32_998Z-debug-0.log

🐲青龙自动安装依赖(2/3)

🤖检测是否安装NodeJs依赖: jsdom
⚙当前正在自动安装NodeJs依赖: jsdom
🔨执行命令: cd /ql/ && npm install jsdom
⛔出错了:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! dev react@"17.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=15.5 <=16.x" from [email protected]
npm ERR! node_modules/react-codemirror2
npm ERR! dev react-codemirror2@"^7.2.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-06-30T14_30_54_818Z-debug-0.log

🐲青龙自动安装依赖(3/3)

🤖检测是否安装NodeJs依赖: axios
⚙当前正在自动安装NodeJs依赖: axios
🔨执行命令: cd /ql/ && npm install axios
⛔出错了:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: undefined@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! dev react@"17.x" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@">=15.5 <=16.x" from [email protected]
npm ERR! node_modules/react-codemirror2
npm ERR! dev react-codemirror2@"^7.2.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /root/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2022-06-30T14_31_46_680Z-debug-0.log

@baoxuekai
Copy link

你是怎样开启的呢,没接触过python,但是貌似上面export的常量并未生效,是被注释掉了?我强制设置为true,但是并未执行下面的自动补全方法

@Look-UI
Copy link

Look-UI commented Oct 9, 2022

export QL_LOG_AUTO_INSTALL_DEPEND="true"

@kklod
Copy link

kklod commented Mar 23, 2023

是最前面那个红色的参数吗? 怎么改了没效果啊?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants