We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
先把项目的package-lock.json删了 然后改package.json "dependencies": { "@antv/g": "3.4.6", "@antv/g6": "3.0.5-beta.9", 改成这样,npm install npm run dev
The text was updated successfully, but these errors were encountered:
大佬牛批
Sorry, something went wrong.
主要原因是antv/g6 新版本将 功能代码目录调整 了。导致依赖找不到。解决问题的主要方式可以直接改工程代码中的目录: antv/g6/build ---> g6/es/plugins antv/g6/build/g6 ---> antv/g6 antv/g/src---> antv/g6/es antv/g6/build --->antv/g6/es/plugins
No branches or pull requests
先把项目的package-lock.json删了
然后改package.json
"dependencies": {
"@antv/g": "3.4.6",
"@antv/g6": "3.0.5-beta.9",
改成这样,npm install npm run dev
The text was updated successfully, but these errors were encountered: