error trying to install locally
I am trying to install dejavu locally i cloned it and when i try to run yarn i get the error :
error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 8". Got "6.17.1" error Found incompatible module.
@AndrewG-usr can you please try updating your node version? It is recommended to have node version >= 8 https://github.com/appbaseio/dejavu/blob/dev/package.json#L11
@lakhansamani im sorry i am new to this how would i go about updating the node version?
It depends on your Operating system. You can install the latest version from here https://nodejs.org/en/download/
@lakhansamani thank you for your help.
Can I run dejavu as a service?
@AndrewG-usr Yes, you can. If you are making it publicly available as-is, you don't need to do anything additional.
If you are modifying the source, you need to add an attribute to this project.
Having the same issue, can't do npm i

@eldyvoon thank you for reporting this. I was able to replicate this with npm i.
It worked with yarn for me so can you try yarn install/ yarn to install the dependencies.
I will try to fix the issue with npm i soon.