-
Notifications
You must be signed in to change notification settings - Fork 16
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 fallback #48
Comments
@krystian50 check for error messages from Since it is an "optional" dependency NPM will skip over it if there is an error so a full |
@krystian50 were you able to resolve this warning as we are getting it also. On building the project I get a similar error:
|
@H-Gomez @krystian50 any chance you are using Docker? or developing on a different platform and copying your You can get a better error message by running |
@kriscarle No docker is being used on the local development environment. When running the above command in the project root it returns the Zopli class indicating that it's able to find the package source correctly.
I can manually edit the
This to me is confusing as I can see the |
@H-Gomez Possibly something odd on your machine like a permissions issue? I'd recommend setting up a very simple hello world express app, then add shrink-ray-current to that and see if this happens in the simplest test case. If so, you could try upgrading NodeJS (10.13 is from October 2018) or use nvm or Docker to test different environments. |
Hi,
I'm getting an error
ERROR (node:1) [ZOPFLI_COMPAT] MISSING_MODULE: Module "node-zopfli-es" was unavailable Zopfli compression unavailable; will fall back to gzip.
Any tips?
The package is added through
"optionalDependencies": { "iltorb": "~2.0.0", "node-zopfli-es": "~1.0.3" },
The text was updated successfully, but these errors were encountered: