PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 15, 2022

[FIXED] Why npm install && npm run dev , doesn't work

 November 15, 2022     laravel, laravel-6     No comments   

Issue

i am making new laravel "v.6" application and i use auth , i already download composer require laravel/ui --dev, but when I write the second command which is php artisan ui bootstrap--auth it show me that I have install "npm install & npm run dev", but npm didn't install it show me error

So how to fix it?


Solution

//in Laravel 6

composer require laravel/ui:^1.0 --dev

php artisan ui bootstrap --auth

npm install && npm run dev



Answered By - Bazsmagister
Answer Checked By - Timothy Miller (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing