简体   繁体   中英

Path to Cordova after NPM install

I ran

npm install -g cordova

now what? Where is the cordova.cmd ? Where is the content, this command downloaded?

I have sought C:\\Program Files\\Nodejs and found nothing.

You can see the installation path after you call npm install -g .
I just ran the command in my Windows machine and I have it under: C:\\Program Files\\npm\\node_modules\\cordova .

You can now start cordova from anywhere on cmd. Try cordova --help .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM