Describe the bug
When creating a new Angular project on an A16 iPad running iPadOS 26.2, the following happens:
- the
src folder is created but not the app folder
- when attempting to run the project with
npm install -verbose && npm start -verbose, I get an error message.
npm verbose cli /usr/local/bin/node /usr/local/bin/npm
npm info using npm@10.8.2
npm info using node@v20.19.1
npm verbose title npm install
npm verbose argv "install" "--loglevel" "verbose"
npm verbose logfile logs-max:10 dir:/home/.npm/_logs/2026-02-06T18_49_17_710Z-
npm verbose logfile /home/.npm/_logs/2026-02-06T18_49_17_710Z-debug-0.log
npm verbose cwd /home/projects/stackblitz-starters-34xtdbc5
npm verbose os Linux 5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.2 Safari/605.1.15
npm verbose node v20.19.1
npm verbose npm v10.8.2
npm verbose exit 1
npm verbose code 1
npm error A complete log of this run can be found in: /home/.npm/_logs/2026-02-06T18_49_17_710Z-debug-0.log
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-34xtdbc5?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
- Log into StackBlitz
- Create a new Project
- Select Angular
- Click Run Project
- The terminal will open and attempt to run
npm install && npm start.
Expected behavior
Should install packages and start the project.
Parity with Local
Screenshots
No response
Platform
- OS: iPadOS 26.2
- Browser: Safari
- Version: latest version from App Store as of 2026-02-06
Additional context
Unable to run the project on my local machine since it is an A16 iPad.
Describe the bug
When creating a new Angular project on an A16 iPad running iPadOS 26.2, the following happens:
srcfolder is created but not theappfoldernpm install -verbose && npm start -verbose, I get an error message.Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-34xtdbc5?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 start.Expected behavior
Should install packages and start the project.
Parity with Local
Screenshots
No response
Platform
Additional context
Unable to run the project on my local machine since it is an A16 iPad.