-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzip has no method zip #1
Comments
I got the same error on JSONC.pack |
I'll check it. Thanks |
I'm also having this problem. It's not clear how to make this work with node. |
I'll check it this evening, thanks for your support. :) 2014-11-11 14:44 GMT+01:00 Mike McKay [email protected]:
|
I had to patch in the Base64 as @benzmuircroft, but I didn't get to the point of having to patch in gzip. Here's a gist And this is the first part of the error:
|
I have the same issue: C:\Development\japanese-dictionary\node_modules\jsoncomp\src\JSONC.js:275 |
Issue is still present, if anyone out there runs into this in the future. |
Till now the problem persists :( |
Unfortunately I struggle with same issue. Using script as CDN, works fine. But setting it up in Node is troublesome. |
issue still persisting |
I have the same issue using javascript |
Same issue with npm jscomp with browserify: |
To anyone stumbling on this issue, you can find a hacky fix suggested in the issue /issues/7 wich resolves the Base64 and Gzip dependency problems. Also, @tcorral, could you please update us on the state of this repository? I see a lot of potential for this project, but looking through the issues and merge requests, this project seems unmaintained. Maybe you need the help of other contributors. If so, some contributing guidelines and a few documentation changes would go a long way. Thanks in advance |
Thanks Anas. It looks like your link got mangled. I haven't tried it but I
am guessing you are referring to this:
#7 (comment)
…On Thu, Mar 7, 2019 at 1:23 AM Anas TIOUR ***@***.***> wrote:
To anyone stumbling on this issue, you can find a hacky fix suggested in
the issue (7)[https://github.com//issues/7
<#7>] wich resolve the Base64 and
Gzip dependency problems.
Also, @tcorral <https://github.com/tcorral>, could you please update us
on the state of this repository? I see a lot of potential for this project,
but looking through the issues and merge requests, this project seems
unmaintained. Maybe you need the help of other contributors. If so, some
contributing guidelines and a few documentation changes would go a long way.
Thanks in advance
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAAu71TMyz3zhPVhZV50LN_iLfolZ8ixks5vUD_SgaJpZM4BZkd->
.
|
I've npm installed jsoncomp
but something is wrong...
I can do JSONC.compress and JSONC.decompress they both worked strait away no problem. all I needed to do was
But as soon as tired to do JSON.pack it would say Base64 is undefined
So I went into JSONC.js and added
then it says it the same about gzip, so i do the same with gzip...
then it says gzip has no method zip!?
console.dir says gzip looks like this:
What is wrong? Are there instructions to start using this?
The text was updated successfully, but these errors were encountered: