Sanket Bhiwapurkar
Sanket Bhiwapurkar
NNovu
Created by Sanket Bhiwapurkar on 8/29/2024 in #💬│support
2 Build Failed white Local Setup
Sorry for the late reply. No the solution didn't work. I will update the issue tonight. I think this problem is particular to my machine. If you have other solutions let me know.
4 replies
NNovu
Created by Sanket Bhiwapurkar on 8/29/2024 in #💬│support
Error while running Novu on Local machine
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
6 replies