Laravel / node

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に変えてみる

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


Flutter

2021年12月11日