Skip to content
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

Incompatible with NodeJS v16.x #98

Closed
Thor-x86 opened this issue Oct 21, 2021 · 3 comments
Closed

Incompatible with NodeJS v16.x #98

Thor-x86 opened this issue Oct 21, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Thor-x86
Copy link

I tried to install camouflage-server but it refused to be installed because of strict node version limit. Here's the terminal output:

[athaariq@ArchLinux-VM] ~/web/learn-vuex
$ yarn add -D camouflage-server
yarn add v1.22.15
[1/4] Resolving packages...
warning camouflage-server > @opuscapita/filemanager-server > pdf2json > xmldom@0.1.31: Deprecated due to CVE-2021-21366 resolved in 0.5.0
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
info fsevents@1.2.13: The platform "linux" is incompatible with this module.
info "fsevents@1.2.13" is an optional dependency and failed compatibility check. Excluding it from installation.
error apicache@1.6.2: The engine "node" is incompatible with this module. Expected version ">=8 <=15". Got "16.11.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
[FAIL|1]

Please consider to update the dependency thru your package.json, thanks!

@Thor-x86 Thor-x86 added the bug Something isn't working label Oct 21, 2021
@shubhendumadhukar
Copy link
Contributor

shubhendumadhukar commented Oct 22, 2021

Thanks for highlighting this! We are currently using the library provided by apicache for caching express requests. It seems they don't support node 16 yet. It'd be a good idea to raise this issue there.

@shubhendumadhukar
Copy link
Contributor

New version of apicache 1.6.3 is available, which should support node 16. Would be available in next Camouflage release.

kwhitley/apicache#237

@shubhendumadhukar shubhendumadhukar moved this from To do to In Progress in Camouflage Issue Tracker Oct 31, 2021
@Thor-x86
Copy link
Author

Thanks! It's confirmed working, now i'm closing the issue

Camouflage Issue Tracker automation moved this from In Progress to Closed Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants