You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here above command doesnt work so sudo npm install -g grunt-cli works for me.
Start the server using npm start
I have done stackoverflow but i am not familiar to remote redis host also this may gives error for mongodb if redis works.
It gives me following error
ajyj@ajyj:~/sem8/eos-icons-api-main$ sudo npm start
[sudo] password for ajyj:
> [email protected] start /home/ajyj/sem8/eos-icons-api-main
> NODE_PATH=./src ts-node --transpile-only ./src/server.ts
Server started successfully on port:3131
Error: getaddrinfo ENOTFOUND redis-11218.c233.eu-west-1-1.ec2.cloud.redislabs.com
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:71:26)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: `NODE_PATH=./src ts-node --transpile-only ./src/server.ts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ajyj/.npm/_logs/2022-03-27T14_13_34_564Z-debug.log
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to setup eos-icons-landing page but it require eos-icons-api.
I have followed Running on your machine steps (I am using Linux):
Install Redis: https://redis.io/topics/quickstart - DONE
Install dependencies using
npm install
- DONEInstall grunt globally
npm install -g grunt-cli
Here above command doesnt work so
sudo npm install -g grunt-cli
works for me.I have done stackoverflow but i am not familiar to remote redis host also this may gives error for mongodb if redis works.
The text was updated successfully, but these errors were encountered: