Laxmi
NNovu
•Created by Laxmi on 11/24/2023 in #🚀│general
which Mac book to buy?
Thank you everyone. Bought m2. (16gb ram, 1tb ssd)
11 replies
NNovu
•Created by Laxmi on 11/24/2023 in #🚀│general
which Mac book to buy?
Mainly for fullstack web development. Budget 2laks
11 replies
NNovu
•Created by Laxmi on 11/6/2023 in #💬│support
Not able to run novu on local machine
I have followed below steps for mac machine:
you need to start your docker desktop.
1.In root folder 'npm run setup:project'(After successfully installed)
2.open 4 terminals
3.first terminal go to docker/local/development and run 'docker-compose up'
3.(In root folder )go to second terminal and run 'npm run start:api'
4.(In root folder) go to third terminal and run 'npm run start:worker'
5.(In root folder) go to fourth terminal and run 'npm run start:web'(you should see 'No issues')
Then you will be able to see novu login page in http://localhost:4200
4 replies
NNovu
•Created by Laxmi on 11/6/2023 in #💬│support
Not able to run novu on local machine
It got resolved.
4 replies
NNovu
•Created by Hameed78 on 10/17/2023 in #💬│support
Need Help running npm run start:web.
I have increased heap size,still i am getting errors.
17 replies
NNovu
•Created by Hameed78 on 10/17/2023 in #💬│support
Need Help running npm run start:web.
Hi,I am also getting below errors while setting up locally: Starting the development server...
<--- Last few GCs --->
[20721:0x120040000] 128674 ms: Mark-sweep (reduce) 2041.3 (2086.5) -> 2040.8 (2087.0) MB, 3870.5 / 0.0 ms (average mu = 0.126, current mu = 0.002) allocation failure; scavenge might not succeed
[20721:0x120040000] 132730 ms: Mark-sweep (reduce) 2041.9 (2087.2) -> 2041.3 (2087.7) MB, 2830.1 / 0.0 ms (average mu = 0.200, current mu = 0.302) allocation failure; GC in old space requested
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0x1044b3c40 node::Abort() [/usr/local/bin/node]
2: 0x1044b3e24 node::ModifyCodeGenerationFromStrings(v8::Local<v8::Context>, v8::Local<v8::Value>, bool) [/usr/local/bin/node]
3: 0x10460b608 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate, char const, bool) [/usr/local/bin/node]
4: 0x1047b5eec v8::internal::EmbedderStackStateScope::EmbedderStackStateScope(v8::internal::Heap*, v8::internal::EmbedderStackStateScope::Origin, cppgc::EmbedderStackState) [/usr/local/bin/node]
5: 0x1047b4894 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/usr/local/bin/node]
6: 0x1047a8928 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node]
7: 0x1047a916c v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/usr/local/bin/node]
8: 0x10478f0ec v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/usr/local/bin/node]
17 replies