-
Notifications
You must be signed in to change notification settings - Fork 247
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
Error: Invalid property for defaults:compressed #241
Comments
Use npm/pnpm install [email protected] and the bug will go. |
@bestpika it didn't solve the issue |
@roytz It worked for me. use these settings in your package.json: I think this is a bug in the dependencies, right? |
I get the same issue, tried changing package.json and no luck. using node v8.10.0 |
I re-installed and got it running, but now I can't load a page and just get: TypeError: fs.readdirSync is not a function edit: could not get it working, used cheerio. |
Can't get it working, installed needle and osmosis multiple time. I'm on Node v10.16.3 |
Problem is in library libxmljs-dom, it worked with needle 2.3.0, but doesn't work with needle 2.4.0. If I add package [email protected] and manually delete needle from node_modules in libxmljs-dom directory, than it works. There is 6 months old pull request on github libxmljs/libxmljs-dom#11 , which solves this, but nobody has accepted it. I am not sure, how to solve this systematically. |
Same issue today. |
The text was updated successfully, but these errors were encountered: