ionic-team / ionic-starter-salesforce

A starter project for Ionic and Salesforce
85 stars 33 forks source link

No starter template named "salesforce" #26

Open EssenKh opened 7 years ago

EssenKh commented 7 years ago

please fix the error,
this template doesn't exist error while running ionic start myApp salesforce

kanavkhurana commented 6 years ago

Hi @EssenKh . Were you able to get this to work?

EssenKh commented 6 years ago

Hi @kanavkhurana really no! I answered your issue on SalesforceMobileSDK google group

kanavkhurana commented 6 years ago

Yes. Just saw that. Thanks @EssenKh !

EssenKh commented 6 years ago

@kanavkhurana you are welcome

vukers commented 6 years ago

You should be able to start it using this command: ionic start myApp https://github.com/ionic-team/ionic-starter-salesforce

I had to check the documentation to find out that you are allowed to use a URL instead of a template name.

kanavkhurana commented 6 years ago

Hi @vukers. Thanks for the response! The 'ionic start' command works fine. However, when I try to run 'ionic platforms update ios', I get the following error:

[ERROR] Unable to find command: platforms update ios

You may need to be in an Ionic project directory.

Were you able to get around this?