Hi, I’m trying to modify, build and deploy an ionic V1 project within my Ionic v3 installation.
What would be the steps to run correctly this project?
I’ve already tried this steps:
- Create the folder project.
- Inside the folder project “npm install”
- Inside the folder project “bower install”
- rename “ionic.project” file to “ionic.config.json”
- run “ionic serve --lab” (works fine without cordova functionalities)
- run “ionic cordova run android”, it says to overwrite the “resources” folder and “config.xml”. (It is normal behaviour?)
- After 6 when I run “ionic cordova run android” it says and continue building normally:
"[WARN] Not performing Ionic build for project type: ionic1."
Is this warning normal?