简体   繁体   中英

install gulp plugin without NPM install

I'm building an Android application using Cordova. I want to hot push some code using Cordova App Loader. For creating the manifest I found this Gulp task here:

https://github.com/AlexanderBeyn/gulp-cordova-app-loader-manifest

which I seriously would love to use. Unfortunately, I have no idea of how to get it installed since installing it via NPM doesn't seem to work.

Any one here knows how to get this working on my gulpfile?

thanks so much for your help!

You can download that from github, put the folder in your node_modules folder in your project.

Just don't forget to do npm install in the gulp-cordova-app-loader-manifest folder to download his dependencies.

Now you can do require('gulp-cordova-app-loader-manifest') from you gulpfile.

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