laravel インストール
D:\git\WkMhMng\Attendance_lnx\Attendance>php artisan ui bootstrap --auth
Command "ui" is not defined.
composer require laravel/ui --dev
php artisan ui vue --auth
npm install
npm run dev
:
<省略>
:
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ development: `mix`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ development script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\hnumagaki\AppData\Roaming\npm-cache\_logs\2021-12-12T13_42_30_172Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @ dev: `npm run development`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\hnumagaki\AppData\Roaming\npm-cache\_logs\2021-12-12T13_42_30_206Z-debug.log
WindowsのNode.jsバージョン管理をNodistからfnmに変えてみる