We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to setup this app on Linux environment. I followed your steps that you described. When I run, ionic serve The mobile browser showing 404
ionic serve
404
http://192.168.1.49:8100/build/js/app.bundle.js Failed to load resource: the server responded with a status of 404
The strange thing is that There is no directory name build
build
I am new in ionic
ionic
The text was updated successfully, but these errors were encountered:
fixes ccoenraets#2 fixes ccoenraets#3 update code sample to work with…
014cc54
… Ionic v2 beta 3
The error still happening because folder build isn't generated.
Sorry, something went wrong.
@giancarloandroid looks like your npm modules were not added correctly. Could you run npm install again!
npm
npm install
No branches or pull requests
I tried to setup this app on Linux environment. I followed your steps that you described. When I run,
ionic serve
The mobile browser showing404
http://192.168.1.49:8100/build/js/app.bundle.js
Failed to load resource: the server responded with a status of
404
The strange thing is that There is no directory name
build
I am new in
ionic
The text was updated successfully, but these errors were encountered: