Erro ao tentar criar um projeto no node.js (react-native, angular, ionic)

Estou tentando criar projetos dentro do meu node, mas sempre da algum problema, para criar algum projeto, no react-native são as assinaturas digitais que não foram autenticadas, o ionic não consegue ser instalado, enquanto no Angular gera o seguinte erro:

? Would you like to add Angular routing? No
? Which stylesheet format would you like to use? CSS
CREATE my-app/angular.json (3593 bytes)
CREATE my-app/package.json (1292 bytes)
CREATE my-app/README.md (1023 bytes)
CREATE my-app/tsconfig.json (543 bytes)
CREATE my-app/tslint.json (1953 bytes)
CREATE my-app/.editorconfig (246 bytes)
CREATE my-app/.gitignore (631 bytes)
CREATE my-app/browserslist (429 bytes)
CREATE my-app/karma.conf.js (1018 bytes)
CREATE my-app/tsconfig.app.json (270 bytes)
CREATE my-app/tsconfig.spec.json (270 bytes)
CREATE my-app/src/favicon.ico (948 bytes)
CREATE my-app/src/index.html (291 bytes)
CREATE my-app/src/main.ts (372 bytes)
CREATE my-app/src/polyfills.ts (2838 bytes)
CREATE my-app/src/styles.css (80 bytes)
CREATE my-app/src/test.ts (642 bytes)
CREATE my-app/src/assets/.gitkeep (0 bytes)
CREATE my-app/src/environments/environment.prod.ts (51 bytes)
CREATE my-app/src/environments/environment.ts (662 bytes)
CREATE my-app/src/app/app.module.ts (314 bytes)
CREATE my-app/src/app/app.component.html (25498 bytes)
CREATE my-app/src/app/app.component.spec.ts (981 bytes)
CREATE my-app/src/app/app.component.ts (210 bytes)
CREATE my-app/src/app/app.component.css (0 bytes)
CREATE my-app/e2e/protractor.conf.js (808 bytes)
CREATE my-app/e2e/tsconfig.json (214 bytes)
CREATE my-app/e2e/src/app.e2e-spec.ts (639 bytes)
CREATE my-app/e2e/src/app.po.ts (262 bytes)
npm WARN tarball tarball data for typescript@~3.5.3 (sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g==) seems to be corrupted. Trying one more time.
npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\@angular\forms-3c8e06c3\esm2015\src\directives\radio_control_value_accessor.js'
npm WARN tar ENOENT: no such file or directory, open 'C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\@angular\forms-3c8e06c3\esm2015\src\directives\range_value_accessor.js'
npm WARN karma-jasmine-html-reporter@1.5.1 requires a peer of jasmine-core@>=3.5 but none is installed. You must install peer dependencies yourself.

npm ERR! code EPERM
npm ERR! syscall unlink
npm ERR! path C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\typescript-b6d94657\lib\typescriptServices.js
npm ERR! errno -4048
npm ERR! Error: EPERM: operation not permitted, unlink 'C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\typescript-b6d94657\lib\typescriptServices.js'
npm ERR!  [OperationalError: EPERM: operation not permitted, unlink 'C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\typescript-b6d94657\lib\typescriptServices.js'] {
npm ERR!   cause: [Error: EPERM: operation not permitted, unlink 'C:\Users\Anderson\Desktop\angular\my-app\node_modules\.staging\typescript-b6d94657\lib\typescriptServices.js'] {
npm ERR!     errno: -4048,
npm ERR!     code: 'EPERM',
npm ERR!     syscall: 'unlink',
npm ERR!     path: 'C:\\Users\\Anderson\\Desktop\\angular\\my-app\\node_modules\\.staging\\typescript-b6d94657\\lib\\typescriptServices.js'
npm ERR!   },
npm ERR!   stack: "Error: EPERM: operation not permitted, unlink 'C:\\Users\\Anderson\\Desktop\\angular\\my-app\\node_modules\\.staging\\typescript-b6d94657\\lib\\typescriptServices.js'",
npm ERR!   errno: -4048,
npm ERR!   code: 'EPERM',
npm ERR!   syscall: 'unlink',
npm ERR!   path: 'C:\\Users\\Anderson\\Desktop\\angular\\my-app\\node_modules\\.staging\\typescript-b6d94657\\lib\\typescriptServices.js',
npm ERR!   parent: 'my-app'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It's possible that the file was already in use (by a text editor or antivirus),
npm ERR! or that you lack permissions to access it.
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Anderson\AppData\Roaming\npm-cache\_logs\2020-01-07T23_40_02_303Z-debug.log
Package install failed, see above.

Se alguém puder me ajudar fico extremamente grato.