-
AuthorPosts
-
May 28, 2018 at 7:27 am #12024
AlexKeymasterPlease share your valid ftp credentials ,site url and admin credentials to check this issue properly .
PS : please mark reply as private while sharing credentials .May 29, 2018 at 8:04 am #12047
AlexKeymasterWell I checked and made necessary changes your site .
I am seeing content in your site in my ionic setup .now its all ok from server and api end .
Please check your app now .If still issue is appearing then it must be something in your app code or in something in your ionic setup itself.Please try replacing your config.xml file in your ionic setup root (where src,resources folders are) with this one : https://bit.ly/2GJQDxO
June 4, 2018 at 6:22 am #12261
AlexKeymasterHi please replace your config.ts file in your src/services/ folder with the one that you will find in zip file that you will download form here : https://we.tl/rFrMxpy70u
June 6, 2018 at 12:14 pm #12357
AlexKeymasterTake backup of all ionic setup then
rename the node_modules folder in your ionic project (where src folder is) to node_modules_BACKUP and also rename the package.json file to package_BACKUP.json .
then download the package.json file from here : https://bit.ly/2I2F732
Then place it in your ionic project .
Then in terminal of cmd run :
npm install
Then run this command in your ionic project :
ionic cordova platform rm android
ionic cordova platform add [email protected]
June 13, 2018 at 10:51 am #12609
AlexKeymasterTo have that build folder you need to run this command :
ionic cordova build android
June 13, 2018 at 12:45 pm #12611
AlexKeymasterI just did a whole new setup on my system today and I was able to set it up completely fine .
you need uninstall java and then install jdk version 8 . http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htmlJune 15, 2018 at 9:56 am #12665
AlexKeymasterWell then just add the src folder from codecanyon and then copy the config.ts file in src/services of the src folder that I sent you in your ionic setup src/services folder .
OR
follow this link isf you want to resolve the above error :
https://stackoverflow.com/a/42639125
June 18, 2018 at 11:00 am #12757
AlexKeymasterHi, I agree that its not quite so easy to setup ionic ,cordova, npm all in sync to make it work to generate apps .
I also tried to do a new setup recently and faced many issues with it .They key is everyone has a different machines ,different os architecture and there are many things to setup in appropriate environment .
In most cases removing platforms and then adding back again works .
My ionic info is this :
cli packages: (C:\Users\xxxxx\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.19.1
ionic (Ionic CLI) : 3.19.1
global packages:
cordova (Cordova CLI) : 8.0.0
local packages:
@ionic/app-scripts : 3.1.10
Cordova Platforms : android 6.3.0 ios 4.3.1
Ionic Framework : ionic-angular 3.9.2
System:
Node : v6.11.3
npm : 3.10.10
OS : Windows 10
Environment Variables:
ANDROID_HOME : not set
Misc:
backend : pro
Note that I did installed many version from 7.0.0 to 6.3.0 to make my ionic setup work good .I did faced few issues while doing setup but resolved it by googling about the issues and applying solutions to it,
I would also recommend you to add android platform version 6.3.0 .
June 18, 2018 at 11:01 am #12758
AlexKeymasterrun these commands to install 6.3.0 :
ionic cordova platform rm android
ionic cordova platform add [email protected]
-
AuthorPosts
- You must be logged in to reply to this topic.