Sam Wootton

Results 4 comments of Sam Wootton

I was attempting to recreate from scratch, unfortunately have the same issue with `ng new --create-application=false` It hangs if I have this in my ~/.npmrc `registry=https://example-company-private-repo.org/` But works if I...

@alan-agius4 same issue, just with "new" instead of "update". I guess as the initial directory just has .nmprc (and there is no ng workspace / project), that .npmrc is ignored...

@alan-agius4 I ran with --verbose, you can see from the log here, the ~/.npmrc is being chose (line 11). You can see I use nvm too. Here's the log output:...

Thanks @alan-agius4. I'll follow your steps for `ng new`. Is a change going to be made to `ng update`? Sam