-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
Describe the bug
When creating a new Angular project on an A16 iPad running iPadOS 26.2, the following happens:
- the
srcfolder is created but not theappfolder - 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
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
- I have run the project in my local machine and I could not reproduce the issue.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels