We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thanks for your image-* modules. I am using image-output indirectly, through image-equal, which requires it. I get an error :
image-*
image-output
image-equal
ERROR in ./node_modules/image-output/console-browser.js Module not found: Error: Can't resolve 'weak-map' in '.../node_modules/image-output' @ ./node_modules/image-output/console-browser.js 5:14-33 @ ./node_modules/image-output/index.js @ ./node_modules/image-equal/index.js
Indeed, in console-browser.js there is a require('weak-map') but no such dependency in package.json.
require('weak-map')
package.json
image-output version 2.3.1 (from image-equal version 4.3.0).
The text was updated successfully, but these errors were encountered:
Whoops, thanks! Fixed in 2.3.2
Sorry, something went wrong.
No branches or pull requests
Hello,
thanks for your
image-*
modules.I am using
image-output
indirectly, throughimage-equal
, which requires it.I get an error :
Indeed, in console-browser.js there is a
require('weak-map')
but no such dependency inpackage.json
.image-output version 2.3.1 (from image-equal version 4.3.0).
The text was updated successfully, but these errors were encountered: