Questions tagged [ionic-serve]
18 questions
0
votes
1 answer
ionic serve not executing
I have this simple app.
I am getting this error while running ionic serve command:
Error: Cannot find module
'/media/sae/work/linuxspace/techieApp/node_modules/@ionic/app-scripts'
at Function.Module._resolveFilename (module.js:542:15)
…

satya chowdary
- 23
- 2
- 6
-1
votes
1 answer
Cannot serve after cloning ionic project
i have this problem that looks like the others but i can't solve.
After git clone a repository with a ionic/capacitor project in it, i ran npm install several times to make sure everything was ok.
But it wasn't ok and i kept trying with other…

J.J.Enrik
- 180
- 1
- 9
-1
votes
1 answer
How I can open a project in browser when LiveReload don't go to the my project - ionic-framework
When I generate a new folder in the ionic app, I call ionic serve, but it shows me localhost:8100/tab1/tab1. Then I delete tab1/tab1 and write /myApp/myApp, but LiveReload again shows me localhost:8100, I tried, again and again, to write the path to…