thegregorator / ttembed-js

Node module to remove embedding limitations from TrueType fonts
The Unlicense
12 stars 6 forks source link

Update fs-ext version to avoid node v4 errors #4

Closed sheff146 closed 8 years ago

sheff146 commented 8 years ago

There are compilation errors on my node 4.4 during installing the package. This PR fixes this issue.

NoxHarmonium commented 8 years ago

Just tested it out by installing it directly from your branch:

npm install -g git+ssh://git@github.com:sheff146/ttembed-js.git#patch-1

Seems to be working! :+1:

vineshhpatel commented 8 years ago

Getting this error:

npm ERR! Cloning into bare repository '/Users/vinesh/.npm/_git-remotes/ssh-git-github-com-sheff146-ttembed-js-git-fd97b9d6'...
npm ERR! Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
thegregorator commented 8 years ago

Sorry for taking so long to see this PR!

LGTM, merging. Thanks for the patch!