rhysd / neovim-component

<neovim-editor> WebComponent to embed Neovim to your app with great ease
https://github.com/rhysd/NyaoVim
MIT License
193 stars 18 forks source link

Fix #39: Replace typings with @types by npm #40

Closed chitoku-k closed 7 years ago

chitoku-k commented 7 years ago

Confirmed that build and lint work on macOS 10.12.4 with npm 0.2.0.

Refer to: https://github.com/rhysd/NyaoVim/pull/115

rhysd commented 7 years ago

Thank you.I also confirmed this works. Although installing node-canvas failed, it looks not related to this change.

chitoku-k commented 7 years ago

@rhysd node-canvas requires following steps on my environment:

  1. Install fontconfig
  2. Run CXX=/usr/bin/g++ -I/usr/local/include npm i node-canvas

P.S. I have forgotten removing typings.json on this repository, thankfully remove it.

rhysd commented 7 years ago

oh... So I think header path should be set manualy... Thank you for the info.

And I'll remove typings.json also.