2
Hello, good afternoon to all of the community.
Start a new project to develop an application I’m planning to develop, but when you give the command to create a new angular app, which is: ng new my-app (or ng new --g my-app) the following error occurs:
High Arbitrary File Overwrite
Package tar
Dependency of @angular-devkit/build-angular [dev]
Path @angular-devkit/build-angular > node-sass > node-gyp > tar
More info https://nodesecurity.io/advisories/803
I have tried several ways to solve the problem, but I was not successful. Does anyone know how to solve this problem?
lower the Node Latest and update npm with: npm i npm
– Eduardo Vargas