You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the steps to creating yo based generated ionic app, I noticed that a platform directory is created but has no contents. I developing on a MAC, and when I run grunt serve for example 4, the app does not load. I went back to the sub chapter title "The Platform Guides" and attempted to following the links to cordova platform guides for ios. While these links offer information on creating and using platform plugins, I did not notice a place to download plugins. I then went to ionic site ( http://ionicframework.com/docs/guide/installation.html ) and ran the following command from both example4/platform, $ ionic platform add ios
which returned the error
Error { [Error: ENOENT, no such file or directory '/..../ionic-learning/ionicApps/chapter2/example4/platforms/hooks']
I then when up a directory a ran the same command from example4 directory, and ran the same command again, and this time I got the following error
path.js:439
throw new TypeError('Arguments to path.resolve must be strings');
Hello,
Following the steps to creating yo based generated ionic app, I noticed that a platform directory is created but has no contents. I developing on a MAC, and when I run grunt serve for example 4, the app does not load. I went back to the sub chapter title "The Platform Guides" and attempted to following the links to cordova platform guides for ios. While these links offer information on creating and using platform plugins, I did not notice a place to download plugins. I then went to ionic site ( http://ionicframework.com/docs/guide/installation.html ) and ran the following command from both example4/platform, $ ionic platform add ios
which returned the error
Error { [Error: ENOENT, no such file or directory '/..../ionic-learning/ionicApps/chapter2/example4/platforms/hooks']
I then when up a directory a ran the same command from example4 directory, and ran the same command again, and this time I got the following error
path.js:439
throw new TypeError('Arguments to path.resolve must be strings');
Here is a list of my globally install npms
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
How should I proceed to enable Example 4 to run correctly on a mac, for both IOS and Android?
Thank YOu!
The text was updated successfully, but these errors were encountered: