-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"ERROR in Object.keys called on non-object" while running "npm run-script dumpdev" #20
Comments
Hi, It is a problem with Webpack version. Checkout the develop branch, remove node_modules folder and It should install Webpack 1.7.3 and the build should be fine. Let me know if it works. |
Open the console and past the errors please.
|
Following is the error at console:
|
The 404 error is no big deal. Your problem is that the project cannot find undescorejs/lodash that is supposed to be bundled within the lib "wp-api-angularjs". I actually updated this lib last week so it is related. Make sure that you have "wp-api-angularjs" 1.0.0-beta1 installed instead of 1.0.0.
Sorry about that I am gonna make a fix for it. |
HI, npm is not able to find
|
Try with the prefix v. E.g "v1.0.0-beta1"
|
Still no luck
|
Lol OK then open pushNotif branch and re install. It should be fine ;)
|
I'll fix and release 1.0.1 in a couple of hours
|
Sorry 1.1.1
|
Thanks, Tried pushNotif branch, working fine :) it might be related with #18 |
Fixed https://github.com/shprink/wordpress-hybrid-client/tree/v1.2.0 Thanks mate :) |
build error? |
Preriquisites |
Ubuntu 14.04 LTS Upgrade warning - for the CLI to run correctly, Please update your Node runtime to version >=0.12.x Running command: /home/ruben/Escritorio/Apps-Android/betas/wordpress-hybrid-client/platforms/android/cordova/run to run only android in the terminal, it works. android sdk path without problems. |
ANDROID_HOME must be set. https://www.airpair.com/javascript/posts/a-year-using-ionic-to-build-hybrid-applications#android |
Hello,
I was trying to build Android App, in
config.json
file only changed parameter wasbaseUrl
I got following error:
I was using WordPress-hybrid-client 1.1.0
The text was updated successfully, but these errors were encountered: