Ao rodar o comando ng new alurapic, aconteceu o seguinte erro:
node-sass@4.13.0 install /home/matheus/Dev/Alura/Angular-1/alurapic/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/matheus/.npm/node-sass/4.13.0/linux-x64-64_binding.node
Aborted (core dumped)
> core-js@2.6.11 postinstall /home/matheus/Dev/Alura/Angular-1/alurapic/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
Aborted (core dumped)
npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.13.0 (node_modules/node-sass):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: node-sass@4.13.0 install: `node scripts/install.js`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 134
npm ERR! code ELIFECYCLE
npm ERR! errno 134
npm ERR! core-js@2.6.11 postinstall: `node -e "try{require('./postinstall')}catch(e){}"`
npm ERR! Exit status 134
npm ERR!
npm ERR! Failed at the core-js@2.6.11 postinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/matheus/.npm/_logs/2020-01-09T22_48_39_549Z-debug.log
Aborted (core dumped)
Package install failed, see above.
Abortado (imagem do núcleo gravada)
Abri o arquivo de log, porém existe muita informação e não consegui encontrar nenhum indicativo do problema que estou tendo