I should note that I've also tried with Node v22.11.0 and npm version 10.9.0 but the same error gets thrown.
Nov 22, 2024
4
Level 1
Fresh Breeze Install Error
I'm wondering if anyone has run into the following error when trying to install a fresh install of Laravel 11 with Breeze + Vue:
/PhpstormProjects/myapp/node_modules/vue-tsc/index.js:34 throw err; ^ Search string not found: "/supportedTSExtensions = .*(?=;)/"
Steps to reproduce the problem:
- Command: laravel new
- Name the project: 'myapp'
- Starter kit: Laravel Breeze
- Breeze stack: Vue with Inertia
- Optional features: Dark mode, Inertia SSR, TypeScript
- Testing framework: Pest
- Database: SQLite
- Migration: No migration
Everything installs but once it gets to "Installing and building Node dependencies" it errors out with error above.
I'm running Node.js v18.20.5.
Any thoughts/help would be much appreciated.
Thanks.
Please or to participate in this conversation.