[jira] [Closed] (CB-13204) Visual studio Tools for Apache Cordova version issue

2017-08-23 Thread Piero Alberto (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piero Alberto closed CB-13204.
--
Resolution: Invalid

> Visual studio Tools for Apache Cordova version issue
> 
>
> Key: CB-13204
> URL: https://issues.apache.org/jira/browse/CB-13204
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: cordova@7.0.0
>Reporter: Piero Alberto
>
>  0
> down vote
> favorite
>   
> I tried to create a blank project from VS2017 and, of course, it works.
> Since in my project I have to use the version 7.0.1, the first edit I make is 
> to edit the row in the config.xml file from
> 6.3.1
> to
> 7.0.1
> Then, after only this edit, I try again to run it in the browser, but I get 
> two errors:
> Error: Can't find required module 'socket.io-client'. BlankCordovaApp5
> Node process unexpectedly exited while waiting for property 'appUrl'.
> I don't know why the version change causes these erros. What can I try to use 
> the 7.0.1 version?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Created] (CB-13204) Visual studio Tools for Apache Cordova version issue

2017-08-22 Thread Piero Alberto (JIRA)
Piero Alberto created CB-13204:
--

 Summary: Visual studio Tools for Apache Cordova version issue
 Key: CB-13204
 URL: https://issues.apache.org/jira/browse/CB-13204
 Project: Apache Cordova
  Issue Type: Bug
Affects Versions: cordova@7.0.0
Reporter: Piero Alberto


 0
down vote
favorite


I tried to create a blank project from VS2017 and, of course, it works.

Since in my project I have to use the version 7.0.1, the first edit I make is 
to edit the row in the config.xml file from

6.3.1

to

7.0.1

Then, after only this edit, I try again to run it in the browser, but I get two 
errors:

Error: Can't find required module 'socket.io-client'. BlankCordovaApp5
Node process unexpectedly exited while waiting for property 'appUrl'.

I don't know why the version change causes these erros. What can I try to use 
the 7.0.1 version?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Issue Comment Deleted] (CB-13112) should not create a new file reference on each "cordova prepare"

2017-08-08 Thread Piero Alberto (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Piero Alberto updated CB-13112:
---
Comment: was deleted

(was: Good job! I don't have unit tests, my problem is when I build the 
template, the iOS template isn't built. Can I just retry again or have I to 
wait a fix in phonegap?)

>  should not create a new file reference on each "cordova 
> prepare"
> 
>
> Key: CB-13112
> URL: https://issues.apache.org/jira/browse/CB-13112
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See 
> https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559
> Race condition is the result of multiple file references, which results in a 
> CopyPlistFile error.
> Only create one file reference, not multiples. 
> {code}
> cordova create foo
> cd foo
> cordova plugin add phonegap-plugin-push@2.0.0-rc4
> nano config.xml (add GoogleService-Info.plist file, see 
> https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
> cordova platform add ios
> cordova build ios
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13112) should not create a new file reference on each "cordova prepare"

2017-08-07 Thread Piero Alberto (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117889#comment-16117889
 ] 

Piero Alberto commented on CB-13112:


Good job! I don't have unit tests, my problem is when I build the template, the 
iOS template isn't built. Can I just retry again or have I to wait a fix in 
phonegap?

>  should not create a new file reference on each "cordova 
> prepare"
> 
>
> Key: CB-13112
> URL: https://issues.apache.org/jira/browse/CB-13112
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See 
> https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559
> Race condition is the result of multiple file references, which results in a 
> CopyPlistFile error.
> Only create one file reference, not multiples. 
> {code}
> cordova create foo
> cd foo
> cordova plugin add phonegap-plugin-push@2.0.0-rc4
> nano config.xml (add GoogleService-Info.plist file, see 
> https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
> cordova platform add ios
> cordova build ios
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-13112) should not create a new file reference on each "cordova prepare"

2017-08-07 Thread Piero Alberto (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16116185#comment-16116185
 ] 

Piero Alberto commented on CB-13112:


Waiting for the fix, maybe it will solve my problem!

>  should not create a new file reference on each "cordova 
> prepare"
> 
>
> Key: CB-13112
> URL: https://issues.apache.org/jira/browse/CB-13112
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-ios
>Reporter: Shazron Abdullah
>Assignee: Shazron Abdullah
>
> See 
> https://github.com/phonegap/phonegap-plugin-push/issues/1826#issuecomment-317750559
> Race condition is the result of multiple file references, which results in a 
> CopyPlistFile error.
> Only create one file reference, not multiples. 
> {code}
> cordova create foo
> cd foo
> cordova plugin add phonegap-plugin-push@2.0.0-rc4
> nano config.xml (add GoogleService-Info.plist file, see 
> https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/INSTALLATION.md#installation-requirements)
> cordova build ios
> {code} 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org