New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cordova

Package Overview
Dependencies
Maintainers
4
Versions
2601
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova - npm Package Compare versions

Comparing version 3.0.0-rc1-1 to 3.0.0-rc1-3

4

package.json
{
"name": "cordova",
"version": "3.0.0rc1-1",
"version": "3.0.0rc1-3",
"preferGlobal": "true",

@@ -33,3 +33,3 @@ "description": "Cordova command line interface tool",

"elementtree":"0.1.3",
"plugman":"0.9.8",
"plugman":"0.9.10",
"plist":"0.4.x",

@@ -36,0 +36,0 @@ "xcode":"0.5.1",

@@ -181,1 +181,28 @@ # cordova-cli

Thanks to everyone for contributing! For a list of people involved, please see the `package.json` file.
# Known Issues and Troubleshooting
##Windows
When trying to add a platform on a Windows machine if you run into the following error message:
cordova library for "android" already exists. No need to download. Continuing.
Checking if platform "android" passes minimum requirements...
Checking Android requirements...
Running "android list target" (output to follow)
Error: The command `android` failed. Make sure you have the latest Android SDK installed, and the `android` command (inside the tools/ folder) added t
o your path. Output:
at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\src\platform.js:185:42
at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\src\metadata\android_parser.js:50:13
at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\node_modules\shelljs\shell.js:1707:7
at exithandler (child_process.js:633:7)
at ChildProcess.errorhandler (child_process.js:649:5)
at ChildProcess.EventEmitter.emit (events.js:95:17)
at Process.ChildProcess._handle.onexit (child_process.js:787:12)
run the command "android list target". If you see:
'xcopy' is not recognized as an internal or external command,
operable program or batch file.
at the beginning of the command output, it means you will need to update your Windows Path variable to include xcopy. This location is typically under C:\Windows\System32.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc