Hi,
I have installed Node Js version 14 sucessfully and also install angular.
But,when i am going to check angular version or want to create project in angular with following commands
ng version --to check version
ng new my-project --to create project.
It gives me this error
Unknown error: Error: EPERM: operation not permitted, read
Anyone has any idea about that how to resolve this?
Thanks