G6VP icon indicating copy to clipboard operation
G6VP copied to clipboard

Fix compile problem roughly(node v16.14.2)

Open userjia opened this issue 2 years ago • 4 comments

👀 PR includes

✨ Feature

  • [ ] New feature

🎨 Enhance

  • [ ] Code style optimization
  • [ ] Refactoring
  • [ ] Change the UI
  • [ ] Improve the performance
  • [ ] Type optimization

🐛 Bugfix

  • [ ] Solve the issue and close #0

🔧 Chore

  • [ ] Test case
  • [ ] Docs / demos update
  • [ ] CI / workflow
  • [ ] Release version
  • [ ] Other ()

📝 Description

🖼️ Screenshot

Before After

🔗 Related issue link

🔍 Self-Check before the merge

  • [ ] Add or update relevant docs.
  • [ ] Add or update relevant demos.
  • [ ] Add or update test case.
  • [ ] Add or update relevant TypeScript definitions.

userjia avatar May 21 '23 15:05 userjia

What is the error output when compiling? And, what's your intention behind removing "declaration" from tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?

Aarebecca avatar May 22 '23 12:05 Aarebecca

What is the error output when compiling? And, what's your intention behind removing "declaration" from tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?

看起来像是解决windows环境下的安装报错问题:https://github.com/antvis/G6VP/issues/44#issuecomment-1341901665

pomelo-nwu avatar Jun 04 '23 12:06 pomelo-nwu

What is the error output when compiling? And, what's your intention behind removing "declaration" from tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?

看起来像是解决windows环境下的安装报错问题:#44 (comment)

Yes for me, I'm using windows to compile

userjia avatar Jun 20 '23 01:06 userjia

What is the error output when compiling? And, what's your intention behind removing "declaration" from tsconfig.json? Did you use any new features when setting --experimental-json-modules for running prebuilt scripts?

I'm not quite sure why yet (⊙.⊙), I just try and try and compile successfully, I think this maybe useful for others who also have compile problem

userjia avatar Jun 20 '23 01:06 userjia