Estou tentando criar um projeto do zero e me retorna um erro no console..
C:\Users\Diego\AppData\Roaming\nvm\v14.17.3\node_modules\@nestjs\cli\node_modules\@angular-devkit\schematics-cli\bin\schematics.js:451
load ??= new Function('modulePath', `return import(modulePath);`);
^^^
SyntaxError: Unexpected token '??='
at wrapSafe (internal/modules/cjs/loader.js:1001:16)
at Module._compile (internal/modules/cjs/loader.js:1049:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
at Module.load (internal/modules/cjs/loader.js:950:32)
at Function.Module._load (internal/modules/cjs/loader.js:790:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
at internal/main/run_main_module.js:17:47
Failed to execute command: node @nestjs/schematics:application --name=loja --directory=undefined --no-dry-run --no-skip-git --no-strict --package-manager="npm" --collection="@nestjs/schematics" --language="ts"