-
Notifications
You must be signed in to change notification settings - Fork 77
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 running 'ember generate cordova-init com.test.app' #175
Comments
|
ok, found it. Guess this is missing in the documentation somewhere. I had to change my 'locationType' to 'hash' as it is written in the error message. excerpt from the code: if (config.locationType && config.locationType !== 'hash') {
throw new Error('ember-cli-cordova: You must specify the locationType as \'hash\' in your environment.js or rename it to defaultLocationType.');
}
conf.locationType = 'hash'; Not sure if this is a bug or if the documentation should just be updated. |
@deepflame In Getting Started:
|
@dukex Thanks for the pointer. It just happens already with So I guess this part should be in "Setting up the app" as well. |
68182 verbose install:[email protected] Error: ENOENT: no such file or directory, chmod 'C:\MyWorkSpace\Dvlp\Trial\ember-cli-cordova\node_modules\ember-cli\node_modules\broccoli\node_modules\handlebars\node_modules\uglify-js\bin\uglifyjs'
any idea? |
@litao10422 this seems to be a different issue. Any reason you clone the repo instead of installing the plugin as described in the "Getting started" guide? |
I installed the plugin following the "Getting started" guide. Then I tried to clone the repo but failed, then I want to know how to resolve those error. |
@litao10422 personally I have no idea as I have not used the plugin myself so much yet. Maybe you open a new issue for it? |
When I run it I get the following:
Any idea?
The text was updated successfully, but these errors were encountered: