finnfiddle / words-to-numbers

JS library to convert textual words to numbers with optional fuzzy text matching
MIT License
248 stars 57 forks source link

Windows 10 installation #19

Closed nikshriv closed 6 years ago

nikshriv commented 6 years ago

Initially, I could not install this using npm on a windows 10 machine as it apparently requires 'bash'. Installing the windows linux subsystem and free Ubuntu distribution allowed the installation to succeed.

Any plans for a version that runs on windows without having to install the linux subsystem?

finnfiddle commented 6 years ago

@nikshriv could this be a duplicate of this issue? if so then the problem is with the ohm-js package. If you like you can open an issue there

finnfiddle commented 6 years ago

@nikshriv I just did a major refactor and replaced ohm-js with a custom parser should it should install fine on windows now without any workarounds - as of v1.4.1