Error while running Novu on Local machine

Hello Community! I'm new to these things and want to contribute but need help. I have Redis and MongoDB installed and running on my windows machine. I encountered an error while running "npm run start:project". I have attached an MD file. I appreciate any help. Thanks.
4 Replies
Sanket Bhiwapurkar
I have found the solution for this: four steps I took to resolve this: 1. Installed VS Build Tool "Desktop development with C++" 2. installed setuptools
py -m pip install setuptools
py -m pip install setuptools
3. installed node-gyp
npm install -g node-gyp
npm install -g node-gyp
4: installed node-pre-gyp
npm install -g node-pre-gyp
npm install -g node-pre-gyp
Pawan Jain
Pawan Jain2w ago
Thanks for sharing the fix @Sanket Bhiwapurkar
jason liu
jason liu2w ago
hi guys. I am trying to install Novu in my local rocky linux VM. I follow the steps shown in the Novu official website and I show them here:
# Get the code
git clone --depth 1 https://github.com/novuhq/novu

# Go to the docker community folder
cd novu/docker/community

# Copy the example env file
cp .env.example .env

# Start Novu
docker-compose -f docker-compose.yml up
# Get the code
git clone --depth 1 https://github.com/novuhq/novu

# Go to the docker community folder
cd novu/docker/community

# Copy the example env file
cp .env.example .env

# Start Novu
docker-compose -f docker-compose.yml up
But it seems it fails to work. there are mongo AVX errors and relic related errors in the console. when i try to access 4200 port, it fails to sign up and dev tool shows CORS errors. can anybody show me the proper steps to configure and run it locally? thanks!
Want results from more Discord servers?
Add your server