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
Installed the latest version of Laravel, installed latest version of Breeze with SSR, then ran npm run build. Everything built fine, but when running node bootstrap/ssr/ssr.mjs I get an error Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/dalew/code/php/laravel-test/node_modules/laravel-vite-plugin/inertia-helpers.js' imported from /Users/dalew/code/php/laravel-test/bootstrap/ssr/ssr.mjs
Steps To Reproduce:
laravel new test-app
composer require laravel/breeze --dev
php artisan breeze:install vue --ssr
npm install
npm run build
node bootstrap/ssr/ssr.mjs
The text was updated successfully, but these errors were encountered:
Description:
Installed the latest version of Laravel, installed latest version of Breeze with SSR, then ran
npm run build
. Everything built fine, but when runningnode bootstrap/ssr/ssr.mjs
I get an errorError [ERR_MODULE_NOT_FOUND]: Cannot find module '/Users/dalew/code/php/laravel-test/node_modules/laravel-vite-plugin/inertia-helpers.js' imported from /Users/dalew/code/php/laravel-test/bootstrap/ssr/ssr.mjs
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: