为什么 npm install && npm 运行 dev 不起作用

Why npm install && npm run dev , doesn't work

我正在制作新的 laravel “v.6” 应用程序并且我使用 auth ,我已经下载了 composer require laravel/ui --dev,但是当我写第二个命令时 php artisan ui bootstrap--auth 它告诉我我已经安装了“npm install & npm 运行 dev”,但是 npm 没有安装它并告诉我错误

那么怎么解决呢?

//在Laravel 6

作曲家要求uire laravel/ui:^1.0 --dev

php artisan ui bootstrap --auth

npm 安装 && npm 运行 开发