dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

error trying to install locally

Open AndrewG-usr opened this issue 6 years ago • 7 comments

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 avatar Oct 10 '19 14:10 AndrewG-usr

@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 avatar Oct 10 '19 14:10 lakhansamani

@lakhansamani im sorry i am new to this how would i go about updating the node version?

AndrewG-usr avatar Oct 10 '19 14:10 AndrewG-usr

It depends on your Operating system. You can install the latest version from here https://nodejs.org/en/download/

lakhansamani avatar Oct 10 '19 14:10 lakhansamani

@lakhansamani thank you for your help.

Can I run dejavu as a service?

AndrewG-usr avatar Oct 10 '19 16:10 AndrewG-usr

@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.

siddharthlatest avatar Oct 10 '19 16:10 siddharthlatest

Having the same issue, can't do npm i

image

eldyvoon avatar Nov 01 '19 04:11 eldyvoon

@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.

lakhansamani avatar Nov 01 '19 04:11 lakhansamani