I work in a corporate environment where everyone's document files are stored on a network share by default. As a developer, I'd like all source code files to be created locally where I can rule out issues regarding network resources and file permissions I have less control over.
I am new to Angular and am going through the "getting started" tutorial here: https://angular.io/guide/quickstart By using this command, "ng new NewApp01", I get warnings and errors.
I'd like to configure Angular to use a directory on my C drive. I've tried using "ng init --source-dir" unsuccessfully:
Any advice would be appreciated! Thanks!
UPDATE: From looking at the first two comments left so far, I've tried "ng new" again with "--directory":