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

安装完依赖跑不起来 #11

Open
jinyutao0818 opened this issue Mar 13, 2020 · 8 comments
Open

安装完依赖跑不起来 #11

jinyutao0818 opened this issue Mar 13, 2020 · 8 comments

Comments

@jinyutao0818
Copy link

To install them, you can run: npm install --save @antv/g/src/shapes @antv/g6/build/g6 @antv/g6/build/grid @antv/g6/build/minimap @antv/g6/src/util

@front-end-fan
Copy link

front-end-fan commented Mar 18, 2020

+1

To install them, you can run: npm install --save @antv/g/src/shapes @antv/g6/build/g6 @antv/g6/build/grid @antv/g6/build/minimap @antv/g6/src/util

+1,Me Too 什么原因啊,node版本?

@yahsuo yahsuo mentioned this issue Mar 30, 2020
@zhuyuting666
Copy link

+1

1 similar comment
@zhangly409
Copy link

+1

@zhangly409
Copy link

发现是依赖版本的原因,用package-lock.json锁版本就好了

@shellypoem
Copy link

和楼上一样的解决办法,"@antv/g6": "^3.0.5-beta.9",去掉最新版本检查-改成"@antv/g6": "3.0.5-beta.9"可以跑

1 similar comment
@shellypoem
Copy link

和楼上一样的解决办法,"@antv/g6": "^3.0.5-beta.9",去掉最新版本检查-改成"@antv/g6": "3.0.5-beta.9"可以跑

@cs64188
Copy link

cs64188 commented Nov 17, 2020

npm install @antv/g -S 我是这么解决的

@injet-zhou
Copy link

npm i --package-lock-only

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

7 participants