Closed thatjuan closed 10 years ago
They're both already available in the repository?
Right, I understand you could clone the repository and then run all the steps within it. However, if you have an existing phonegap project do you suggest copying all the files into the project root?
I would just copy the npm and bower packages that you need, the Gruntfile, and make sure your directory structure and file naming scheme matches the one in /src.
On Sunday, July 20, 2014, Juan Jaramillo notifications@github.com wrote:
Right, I understand you could clone the repository and then run all the steps within it. However, if you have an existing phonegap project do you suggest copying all the files into the project root?
— Reply to this email directly or view it on GitHub https://github.com/calvinl/ng-phonegap/issues/15#issuecomment-49551336.
Calvin Lai @calvinwl http://twitter.com/calvinwl | wunwun.com | @getwunwun https://twitter.com/getwunwun
We're hiring! https://wunwun.com/jobs
Closing for now - reopen if you still have issues.
Thanks for the input Calvin, that helped :)
I see the question is closed, but I also ran into the same thing. I am fairly new to phonegap and some of the tools in the documentation. I had no idea why the 'npm install' was failing.
When going through the readme, it goes from setting up a blank cordova app to running npm install and bower install. It is not clear how package.json and bower.json should make it into the app.
Could you please elaborate?
Thanks for putting this together and making it available :)