cabaji9
cabaji9
Hi im having issues now with the value of 4096 the error is java heap memory i tried running the command generated with 8196 and it works but i dont...
thx i added that too yet the value its unchanged this keeps appearing on the log with --log trace ,, .nvm/versions/node/v12.10.0/bin/node "--max_old_space_size=4096" This same project works fine on windows and...
i found the error i had another node_modules cause i was migration to nativescript 6 and angular 8, i was keeping the old node modules as a backup with the...
On my case the error was --> ``` const browserLang = translate.getBrowserLang(); translate.use(browserLang.match(/en|es/) ? browserLang : 'es'); ``` This getBrowserLang caused the router error fixed with: `const language = translate.getDefaultLang();`