weirongxu / coc-calc

Calculate extension for coc.nvim
MIT License
80 stars 1 forks source link

Error: Cannot find module './calc-parser' #2

Closed derekstavis closed 5 years ago

derekstavis commented 5 years ago

Thanks for putting this together. This will be a perfect replacement for Soulver.

I couldn't make it work though, I receive this error when starting CoC:

/Users/derekstavis/.config/coc/extensions/node_modules/coc-calc/lib/index.js: Error: Cannot find module './calc-parser'
weirongxu commented 5 years ago

Thank you for pointing out this issue, latest release should fixed this.

derekstavis commented 5 years ago

working perfectly now! thanks!