Hi, I'm trying to install word2vector on Ubuntu Precise (12.04). Everything went well until I run the test.
The thing is, the latest Node.js for Ubuntu Precise offers very limited support for ES5, so the system don't even understand the type "const", and less the use of an arrow function. . .
Can't do a distro update either, because some enterprise software runs on it.
I'm currently working on a babel translation. Just thinking if a pre-translated branch for ES5 could be provided for everyone's convenience when stuck in a situation like mine.
Hi, I'm trying to install word2vector on Ubuntu Precise (12.04). Everything went well until I run the test.
The thing is, the latest Node.js for Ubuntu Precise offers very limited support for ES5, so the system don't even understand the type "const", and less the use of an arrow function. . .
Can't do a distro update either, because some enterprise software runs on it.
I'm currently working on a babel translation. Just thinking if a pre-translated branch for ES5 could be provided for everyone's convenience when stuck in a situation like mine.