Reputation: 2773
Trying to do a parse deploy of this project.
https://github.com/HubSpot/BidHub-CloudCode
But keep getting this error
already added application id
this is my global.json file
{
"applications": {
"BidHub": {
"applicationId": "XXXXXXXX",
"masterKey": "XXXXXXXX"
},
"_default": {
"link": ""
}
},
"global": {
"parseVersion": "1.3.1"
}
}
Upvotes: 1
Views: 59
Reputation: 2773
Ok, even after updating to new tools this did not work. So I had to use windows parse CLI to get this done, which was done smoothly.
Upvotes: 0
Reputation: 848
as what knshn suggested create a new Parse app and copy the JS script or use existing. Please refer to https://parse.com/docs/cloudcode/guide#command-line
Upvotes: 0