I try to update Laravel using terminal.
If I execute a command:
npm install bootstrap --save-dev
It is an issue I do not see (locally) refreshed Bootstrap version with the updated version even package.JSON file is also manually modified to the updated version.
Is there other button or command to execute and see result inside browser?
Why dependencies are not seen inside website when checked
Public>css>app.css is still an old Bootstrap css even dependencies are set. Can be automatically modified if JSON is updated?
“devDependencies”: {
“axios”: “^0.18”,
“bootstrap”: “^5.0.1”,