You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser name = Safari
Full version = 26.3.1
Major version = 26
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.3.1 Safari/605.1.15
performance.memory = undefined
Hash = 5162ecc8
Describe the bug
npm installfails for pristine Angular starter projects immediately after creation.Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-tn9eqwx2?description=An%20angular-cli%20project%20based%20on%20@angular/animations,%20@angular/common,%20@angular/compiler,%20@angular/core,%20@angular/forms,%20@angular/platform-browser,%20@angular/platform-browser-dynamic,%20@angular/router,%20core-js,%20rxjs,%20tslib%20and%20zone.js&file=package.json&template=node&title=Angular%20Starter
Steps to reproduce
npm install && npm startrunning in the initialized terminal.npm error A complete log of this run can be found in: /home/.npm/_logs/...Expected behavior
The starter project's initial setup commands should succeed.
Parity with Local
Screenshots
Screen.Recording.2026-06-12.at.07.38.40.mov
Platform
Additional context
No response