DC
DC
switch to node10 and it runs fine ``` ➜ server git:(master) ✗ n node/10.10.0 ➜ server git:(master) ✗ rm -rf node_modules ➜ server git:(master) ✗ npm i > [email protected] install...
node 11 is a few more problems but still seems to install ``` ✗ n node/11.2.0 ➜ server git:(master) ✗ rm -rf node_modules ➜ server git:(master) ✗ npm i >...
fails with node > 12 it's a long message, but i'll put it here rather than cut out the wrong bit... ``` ➜ server git:(master) ✗ n latest install :...
yeah I might have to bump back down to v10 >.< there are some other libraries i hear with similar issues, eg cairo https://cairographics.org/
I also found out the installer blows up with python 3, i realized it was using an old `print ".."` syntax that is erroring in recent python. bumping down to...
btw 10.12 is important as there are some changes around fs.mkDir apparently so, it's a real pinpoint version of node to get this stuff to work. https://github.com/mistval/kotoba/issues/102#issuecomment-520739860
could be a backspace? a lot of mixed text ends up with half characters that don't display frmo someone deleting one byte of a two-byte character
it's loading a binary file > Unexpected character '�' (1:0) > You may need an appropriate loader to handle this file type. > (Source code omitted for this binary file)...
good find @abinavseelan can you send a PR 🗡
it would be great if it worked just with coffeescript :) i think errors come with the relevant original line from the sourcemap? but i'm sorry, don't have much to...