-
Notifications
You must be signed in to change notification settings - Fork 17
Not working with Atom 1.0.19 and Windows 7 x64 #34
Comments
Same issue with same OS and Atom version |
I managed to solve this by installing node-gyp's dependencies: https://github.com/nodejs/node-gyp Make sure to: install Python 2.7.3 and/or install it to C:\Python27 (not sure which is necessary because it worked after I uninstalled Python 2.7.10 and installed 2.7.3 to default location) Also set the |
Unfortunately, this does not work for me either. |
This project is on hold pending resolution of atom#8669. I'm tired of chasing an undocumented private API. Because the token data structure is not part of Atom's public API, it can (and does) get modified even between minor releases. I will not be updating this package anymore until that fundamental problem has been solved. There needs to be an "official" method for using non-regex-based tokenizers. |
Ran into this issue again after updating Atom to v1.13.0... fixed it this time with:
Note the |
This is the output I recieved, it said to tell the author:
The text was updated successfully, but these errors were encountered: