serve Questions

10

I'm working on an e-commerce project on Laravel 5.8, but since I accidently ran "laravel new" command on the project's folder I get this error when I'm trying to launch the project on a local serve...
Gitt asked 30/8, 2019 at 12:30

4

I am deploying a React app to my Apache server. I can access the app on my-ip:5001, but when I go to my domain it gives me "404 the requested path could not be found". Btw. the domain has been s...
Vixen asked 20/6, 2019 at 21:25

2

If I'm serving a react application with npm install -g serve; serve -s build, is it possible to also have a location proxy? Ex: any requests to https://example.com/api/* will be redirected to htt...
Fisc asked 4/5, 2018 at 2:30

7

Solved

I have installed serve with npm as "npm install serve -g" and also with yarn "yarn global add serve", but when I try to run "serve -s build" it says that "Command 'serve' not found.
Bess asked 5/4, 2019 at 7:3

3

When I'm testing my application on localhost normally on npm run dev, the application and routes work normally, I can type localhost:3000/settings/account, which it renders normally, now when I run...
Oldwife asked 1/4, 2023 at 19:38

3

Solved

I upload a laravel project on server; When I run all the ajax post request request run like this: Request URL: http://example.com/user/register/ Request Method: POST Status Code: 301 Moved Permanen...
Briney asked 27/11, 2020 at 1:15

4

Solved

Hello I am trying to build my react app so I did yarn build and it created the necessary folder now I am trying to do serve -s build and it's telling me the error below ** I have tried to uninstal...
Sap asked 14/8, 2020 at 14:10

1

I want to copy my dist folder generated by Vue.js and serve it on a symfony route, I tried: routes.yaml vue: path: /{path} controller: App\Controller\ApiController::vue methods: [GET] require...
Radian asked 3/5, 2018 at 13:16

3

Solved

I have a problem with running the command : npm run serve to fix it i need to logout or reboot my Ubuntu 16.04 I have checked the running tasks and node is not running. I have also uninstalled n...
Leadsman asked 27/2, 2018 at 12:15

4

Solved

I am developing an Angular application using IntelliJ IDEA. I run ng server in the terminal window. angular cli automatically recompile whenever I change any code, and causes the browser constantl...
Salespeople asked 27/3, 2019 at 20:48

6

I just bought a new MacBook and installed ionic/cordova on my machine, but alas "ionic serve" no longer live reloads HTML changes. Specifically, I see it reloading, but once the reload is complete,...
Thorlie asked 14/2, 2017 at 7:11

14

I am trying to up my local angular dev env using ng serve, it was working perfectly fine a day back, but now every time I run ng serve or npm start it throws an error: An unhandled exception occur...
Briefing asked 21/8, 2019 at 6:40

1

Solved

I can't run ng servein development mode. I've upgraded Angular v11 to v12. Since then, I have compiling delays and development mode appears to not be enabled. I'm always getting this warning: *****...
Rounder asked 17/6, 2021 at 13:11

5

Solved

I have compiled my react app using react-scripts build And it generated a build\ folder in the root directory of App. I am running the build\ folder using sudo serve -T -p 443 build/ This runs my...
Newt asked 2/5, 2018 at 18:10

3

I created a ReactJS application using Create-React-App, and wanted to deploy it on a Linux server. I followed a tutorial that showed how to do so very simply by installing pm2 and serve, then after...
Rickrickard asked 29/8, 2018 at 12:50

5

Solved

I've build React Apps: npm run build and installed globally serve package: npm install -g serve and run it: serve -s build How do I stop it? I've tried serve help but it doesn't show any ...
Pablopabon asked 27/7, 2017 at 9:36

12

Solved

After updating to Angular 7.3.6, I get the following error on ng serve: ERROR in ./node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/jit-polyfills.js Module not found: ...
Windblown asked 28/3, 2019 at 13:32

2

I am having a problem with registering service worker in my angular app. Everything was working fine, before I switched from standard npm run start script: "start": "ng serve --aot -...

2

Solved

I'm trying to figure out a way to make polyserve / polymer-cli to reload my browser each time a "watched" file changes but I haven't found anything apart of adding Livereload to the HTMLs files tha...
Unlisted asked 27/12, 2016 at 14:48

2

serve has been installed globally using npm install -g serve command and It works locally, but deploying to a Windows server gives the following error: "serve" is not recognized as an in...
Navar asked 23/4, 2019 at 16:49

4

Solved

I have cloned an Angular 4 project from git. When I go to the root folder of the project and executed ng serve. I am getting following error: node_modules appears empty, you may need to run `npm in...
Former asked 3/11, 2017 at 14:9

2

Solved

I looked at the various questions similar to mine, but I could not find anything a fix for my problem. In my code, I want to serve a freshly generated excel file residing in my app directory in a ...
Lutherlutheran asked 21/12, 2012 at 16:23
1

© 2022 - 2024 — McMap. All rights reserved.