Skip to main content

All Questions

Tagged with
0 votes
0 answers
28 views

How to find loadsh dependency

I am running an older version of laravel (6) in combination with vue2. I recently received a vulnerability alert regarding loadsh. I have tried to look for the package and could not find it either in ...
Jeremy Burchwell's user avatar
0 votes
0 answers
29 views

In twilio after conversion of simple call to conference , initial user gets droped

public function createConferenceFromOngoingCall($callSid, $newParticipant, $initialUser, $secondUser) { try { $client = $this->createClient(); $newParticipantSid ...
Dhruvi's user avatar
  • 1
0 votes
0 answers
69 views

Error: Module build failed (from ./node_modules/vue-loader/dist/index.js)

I'm setting up a laravel project and see an error as below. I have no clue as to what the cause is. Please help identify a fix ncaught Error: Module build failed (from ./node_modules/vue-loader/dist/...
Pramod Gangadar's user avatar
0 votes
2 answers
204 views

404 (Not Found) bootstrap in app.js with Laravel 10 + Vite

I'm using Laravel 10 + Vite to develop my app. But when I use Vite build, and load to my blade such as: @vite('resources/js/app.js') I got error 404 not found in Bootstrap. Here's my app.js on /...
Sterli's user avatar
  • 47
0 votes
1 answer
2k views

High CPU Usage and Heap Out of Memory Issue during npm run build in Laravel with Vue.js using Vite

I am facing a critical issue while working on a Laravel project with Vue.js using Vite as the build tool. When attempting to execute npm run build, the CPU usage spikes to 100%, and eventually, the ...
VijaySolanki's user avatar
-2 votes
2 answers
3k views

Uncaught runtime errors: ERROR [object Object] VUE JS,NODE

I am using vuejs as my frontend,when I run npm run serve,it runs ok,but when I navigate to my browser,the first thing I see is this error Error Uncaught runtime errors: ERROR [object Object] ...
JOHN KAMAU's user avatar
0 votes
1 answer
177 views

How to deploye laravel and vue spa on azure webapp?

i have created webapp and uploaded my code using ftp,, then create cd /home/site/ext and install composer and nodenpm on it,, then buld the code using npm run pod and it's compiled succesfully,, i m ...
Attaullah Khan's user avatar
1 vote
1 answer
225 views

vue-loader not found NPM when running NPM RUN DEV

whenever I'm attempting to run npm run dev it gives me this error i don't know how to fix it at all. i have attempted to reinstall node js to the latest version and reinstall all packages via the ...
inkmoldy's user avatar
0 votes
1 answer
336 views

error when running npm run dev on laravel + inertia + linux

0 info it worked if it ends with ok 1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'dev' ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'predev', 'dev', 'postdev' ...
Vinicius Bomfim's user avatar
4 votes
0 answers
2k views

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".vue" when run node in ssr.js

I use Inertia, Vue3, and Vite as bundling assets. When I set up and run with SSR in nodejs the error always appears Unknown file extension ".vue". I've been googling for days but haven't ...
Bisri Musthofa's user avatar
0 votes
3 answers
683 views

Laravel with Vue getting some error after run npm install

This is my project that uses the old package and I trying to set up for development to update some feature functions When running npm install I am getting the error message. I use the Laravel 5.8 Node ...
devit chea's user avatar
0 votes
1 answer
174 views

laravel vuejs vuetable-2 (unauthenticated)

First I tried all the solutions in here and others in the internet What I have tried in here: Vuetable-2 not working with Laravel Passport Unable to retrieve data from using vuetable-2, in Vuejs 2 The ...
Ahmad Okaily's user avatar
4 votes
2 answers
9k views

Error: Cannot find module 'C:\vite\bin\vite.js' when installing vue.js to Laravel project

I wanted to learn Laravel and Vue.js so I tried installing both by following this tutorial: https://youtu.be/WLQDpY7lOLg?t=1058 Everything worked as it should until the npm run dev command... These ...
Doodlio's user avatar
  • 241
0 votes
1 answer
811 views

dockerizing Laravel + vue

Trying to migrate my Laravel and Vue code into docker but I am getting an error building the Image This is my docker file # dockerfile FROM php:8-fpm # Copy composer.lock and composer.json ...
BugzyGeek's user avatar
21 votes
15 answers
65k views

stop "npm install" at [..................] | idealTree:regal: sill idealTree buildDeps

when I try to run npm install it stop at this error [..................] | idealTree:regal: sill idealTree buildDeps I have tried for fix it for a long time and I tried several ways but it was not ...
sina's user avatar
  • 221

15 30 50 per page
1
2 3 4 5
7