generator-ionic
generator-ionic copied to clipboard
Install but it dosn't works
I install this tools with Git Bash in empty directory. If i run grunt serve, browser will open in new tab: http://localhost:8100/ , but ERR_CONNECTION_REFUSED. Why? In CLI i see Done, without errors. And if i use ionic serve, page are loaded.
I have the same problem. ionic serve works fine, but grunt serve fails.
Same issue here, any ideas?
I was having the same issue and to resolve I downgraded grunt-concurrent to 1.0.0 sudo npm uninstall grunt-concurrent sudo npm install [email protected] that got my grunt serve to work.
Whats up with this? having same issue
mklewis will right, uninstall grunt-concurrent 1.0.1 and install [email protected] , thats solve the problem on my way.
Thanks @mklewis , this solution worked for me, but what's going on with this?
the solution didn't work for me on mac - unless npm package manager is wrong shows "grunt-concurrent": "~1.0.0"
@landed1 It worked fine for me on mac.
ionic serve is failing - I created a separate issue
@lanceli in your package.json make sure the grunt-concurrent line is "grunt-concurrent": "1.0.0", remove the ~ . you can also run npm list --depth=0 to make sure you have the right version installed.
Thanks I was getting a limit message that was trying to run ionic serve fixed with ulimit -S -n 2048
Thanks @mklewis worked for me!
Worked for me in Mac, thank you @mklewis
@mklewis Dude, I've literally spent 2 days, resinstalled my OS 4 times, re did my npm at least 6, and I'm so happy you're solution worked. I'm a little bummed it was just all that simple, but yes this is definitely an issue.
I was using Elementary OS Freya (an Ubuntu based linux distro) using linux kernel 4, witht the most updated npm, node, yo, etc...
Again thank you so much!
Thanks @mklewis !
Thanka @mklewis !
I owe you one lol!
@mklewis life saver!