im new to ionic and angular js. I was building my app succesfully using the ionic cli, now I am having an issue while building for ios which was working fine since yesterday. I have updated ionic, create new project but still cannot run this command "ionic build ios", however "ionic serve" works successfully. Please note that I am using a mac and these command were working fine before. Grateful if someone can help me. Thanks.
3
-
Hi there! Whats your node/npm version?mhartington– mhartington2016-03-02 22:27:37 +00:00Commented Mar 2, 2016 at 22:27
-
Hello, i have node v5.7.0 installedZiyaad– Ziyaad2016-03-03 05:20:36 +00:00Commented Mar 3, 2016 at 5:20
-
Got exactly the same problem.Bagusflyer– Bagusflyer2016-03-05 03:14:08 +00:00Commented Mar 5, 2016 at 3:14
Add a comment
|
3 Answers
For people who are having this issue, it looks like it's a bug in Node 5.7.0, to be fixed in 5.7.1:
https://github.com/driftyco/ionic-cli/issues/815
https://issues.apache.org/jira/browse/CB-10675
https://github.com/nodejs/node/issues/5393
Downgrading your Node version or updating when 5.7.1 comes out should resolve the issue.
1 Comment
FlavorScape
changing node versions does not fix this.