Skip to content
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

Getting Started ember generate cordova-init com.poeticsystems.hello --platform=android #208

Open
akilan0496 opened this issue Jan 25, 2017 · 1 comment

Comments

@akilan0496
Copy link

akilan0496 commented Jan 25, 2017

I'm trying to run sample which is given in docs/getting started, but consistently throwing the following error (tried with different windows box).

ember generate cordova-init com.poeticsystems.hello --platform=android
        Path: platforms\android
        Package: com.poeticsystems.hello
        Name: Hello
        Activity: MainActivity
        Android target: android-25
Subproject Path: CordovaLib
Android project created with [email protected]
Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project
Fetching plugin "cordova-plugin-whitelist@1" via npm
Installing "cordova-plugin-whitelist" for android

               This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.

Adding android platform to cordova...
Update config.xml with your project settings...EPERM: operation not permitted, symlink '..\dist' -> 'N:\DEV\ember-cordova\hello\cordova\www'
Error: EPERM: operation not permitted, symlink '..\dist' -> 'N:\DEV\ember-cordova\hello\cordova\www'
    at Error (native)

os: win32 x64
node - 4.4.2
npm - 2.15.0
ember-cli: 2.4.3
cordova - 6.5.0
ember-cli-cordova: 0.1.0-beta-2

I have modified value of locationType to 'hash'.
Could anyone please help to resolve this.

@BryanH
Copy link
Contributor

BryanH commented Jun 19, 2017

It looks like it doesn't want to symlink. Is this over a network drive?

Try using a local drive and see if that works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants