做的一个项目ionic2+angularjs2.现在要做一个下载的东西用的是
cordova-plugin-file插件,git:https://github.com/dsgriffin/ionic-2-file-transfer-example,
在build android时遇到了
[09:57:59] Error: Error at D:/myapp/.tmp/pages/product/product.ngfactory.ts:3067:29 [09:57:59] Supplied parameters do not match any signature of call target. [09:57:59] ngc failed [09:57:59] ionic-app-script task: "build" [09:57:59] Error: Error npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "build" npm ERR! node v6.9.1 npm ERR! npm v3.10.8 npm ERR! code ELIFECYCLE npm ERR! ionic-hello-world@ build: `ionic-app-scripts build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the ionic-hello-world@ build script 'ionic-app-scripts build'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the ionic-hello-world package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! ionic-app-scripts build npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs ionic-hello-world npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls ionic-hello-world npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! D:\myapp\npm-debug.log
请教一下怎么解决的
已经解决了