Simple 5 minute command-line file / directory server built with connect, inspired by nodejitsu's http-server to show off the simplicity and flexibility of connect as a modular server.
Questions tagged [serve]
272 questions
0
votes
1 answer
Images not displayed on device (Ionic2 Application)
I am developing an application in Ionic2.There is a picture in the background of the rows.I also place a picture in the row.Images look fine on the browser(ionic serve).However, only background images are displayed on a real mobile device.What would…

Onur Önder
- 311
- 1
- 7
- 20
0
votes
0 answers
grunt serve on vagrant
I have a vagrant box running on my windows machine. I want to make use of the command grunt serve. When running grunt serve, I want to access the site on my host machine as I have no browsers on the vagrant box. How would I acomplish this?
I have…

ajthinking
- 3,386
- 8
- 45
- 75
0
votes
1 answer
Laravel development server doesn't work windows
I installed laravel on my computer, which works fine through PhpStorm, the laravel commands in the Git command prompt, as well as the composer and the php artisan ones work just fine.
But for the command
php artisan serve
it gives me an address…

Ileana Profeanu
- 377
- 2
- 10
- 33
0
votes
0 answers
How I authentificate my android app requests to my server?
I have an Android app that connects to a external server for receiving/setting data. The problem that the server reply to request of everyone. How can I make it reply only from the request of my application.
Thanks in advance!

Ridae HAMDANI
- 686
- 2
- 7
- 17
0
votes
2 answers
npm run serve not running the project in react js with webpack environment
I'm trying to route some component in react js. So I install npm install serve --save-dev. After I run this comment "
npm run serve
I'm getting some errors.
Here my package file.
{
"name": "routing",
"version": "1.0.0",
"description":…
user4428148
0
votes
0 answers
The 104.238.72.167:2083 page isn’t working
I am trying to connect to the remote host server to acess the cpanel but the linkThe 104.238.72.167:2083/ not working .But the same addreass is working on other computer.Plz help me how to sort this problem

nicky manai
- 11
- 1
- 5
0
votes
1 answer
How to use gulp to serve and livereload a NPM package
I have created an npm package that creates an HTML document inside the current working directory from where I am calling that particular command described in the bin of that npm package.
The command is generate_doc, it will fetch all the data from…

Girdhari
- 1
- 1
0
votes
0 answers
ionic serve command fails with "build dev failed: Cannot find module '../util/Logger'"
I create and run an ionic project using
ionic start test1 blank --v2
cd test1
ionic serve
And I get:
[13:48:30] ionic-app-scripts 0.0.42
[13:48:30] watch started ...
[13:48:30] build dev started ...
[13:48:30] clean started ...
[13:48:30] …

Michael
- 6,823
- 11
- 54
- 84
0
votes
1 answer
Jekyll Error - "serve" only works once
Started working on an update to my website. It was working fine the other day but now I get an error.
I generally type on CMD (i'm on Windows 10) "bundle exec Jekyll serve --watch" and the server goes. I can edit and save and its all reflected in…
user6802143
0
votes
0 answers
Multi Serving Classes in HTML 5 depending on screen size
is it possible to multi serve classes based on screen sizes? For example, i have a class nested inside another class, but i only want nested class to run if the size of the device is bigger than x.

Ubiq
- 17
- 1
- 6
0
votes
2 answers
error 1067 the process terminated unexpectedly for SQLEXPRESS 2012
i have installed SQLEXPRESS 2012 on my computuer (WINDOWS SERVER 2008) which i have already installed SQL SERVER 2008 and it work perfectly.
When i try to start SQLEXPRESS service i get this error message "error 1067 the process terminated…

Mokhtar_Nebli
- 93
- 1
- 3
- 12
0
votes
2 answers
404 - Other permalink after transfer from localhost(apache) to nginx server
I've transferred Wordpress site from localhost(apache) to Live server(nginx)
only default link is working and also follow General WordPress rules in codex but
I couldn't find the file path /etc/nginx/global/ or /etc/nginx/conf/global
When I search…

winresh24
- 687
- 1
- 6
- 27
0
votes
0 answers
Switch between using test/production IP using Angular 2
I was thinking I'd like npm run develop or npm run production to be able to switch IP/domain names easily (and perhaps some other variables).
Currently when serving the app I constantly have to do a replace on "localhost" before serving.
Should this…

PascalVKooten
- 20,643
- 17
- 103
- 160
0
votes
2 answers
php artisan serve error
I'm trying to launch a Laravel server and I'm getting this error:
Warning: require(C:\Users\Puuter\application\bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in C:\Users\Puuter\application\bootstrap\autoload.php…
user5970014
0
votes
0 answers
grunt serve hangs on live:reload task
I am working on a webapp built by someone else...the commands to build and run are
npm install
bower install
grunt serve
I have used npm and bower with no problems before..everything seems to work until grunt reaches the 'connect:livereload" task,…

JasonBK
- 539
- 3
- 12
- 37