ionic2-realty icon indicating copy to clipboard operation
ionic2-realty copied to clipboard

In ionic v2.0.0-beta.30 cannot generate 'www\build'

Open yilianhuaixiao opened this issue 8 years ago • 6 comments

In ionic v2.0.0-beta.30 the latest edition, cannot build correctly

yilianhuaixiao avatar Jun 13 '16 09:06 yilianhuaixiao

The same problem for me.

http://localhost:8100/build/js/app.bundle.js NOT FOUND - 404

ghost avatar Jun 28 '16 00:06 ghost

http://localhost/Ionic2_app/ralty/ionic2-realty/www/build/js/app.bundle.js

Failed to load resource: the server responded with a status of 404 (Not Found)

anujsphinx avatar Jul 15 '16 11:07 anujsphinx

Steps to solve the problem:

$ git clone https://github.com/ccoenraets/ionic2-realty.git
$ cd ionic2-realty
$ git pull origin pull/4/head:v3
$ npm install --save-dev
$ ionic platform add ios
$ ionic platform add android
$ npm install [email protected]
$ npm install [email protected]
$ ionic serve

My enviroment:

Cordova CLI: 6.3.0 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic Framework Version: 2.0.0-beta.3 Ionic CLI Version: 2.0.0-beta.32 Ionic App Lib Version: 2.0.0-beta.18 OS: Windows 7 SP1 Node Version: v5.3.0

lenin-indigo avatar Aug 26 '16 04:08 lenin-indigo

I did all steps but getting this error.

Failed to load resourcefile:///android_asset/www/build/js/app.bundle.js

anujsphinx avatar Aug 26 '16 06:08 anujsphinx

Same here...

image

stefek99 avatar Aug 28 '16 14:08 stefek99

Run the steps, but got the following error though... Path must be a string. Received undefined while parsing file: /ionic2-realty/app/app.js

gusterwoei avatar Nov 25 '16 12:11 gusterwoei