-
-
Notifications
You must be signed in to change notification settings - Fork 197
"tns platform add android --path TNSApp --symlink" does not work on Windows #282
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
Milestone
Comments
--symlink with --frameworkPath also fails: C:\Git\nativescript-cli-tests>node_modules\.bin\tns create TNS_App
Project TNS_App was successfully created
C:\Git\nativescript-cli-tests>node_modules\.bin\tns platform add android --frameworkPath c:\Git\nativescript-cli-tests\tns-android\package\package --path TNS_App --symlink
Copying template files...
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\res
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\.project
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\.project
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\AndroidManifest.xml
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\.project
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\AndroidManifest.xml
cp: no such file or directory: c:\Git\nativescript-cli-tests\tns-android\package\package\framework\project.properties
ENOENT, readdir 'c:\Git\nativescript-cli-tests\tns-android\package\package\framework\assets' |
Still fails: |
+1 Same here with tns --version 1.0.1 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run:
node_modules.bin\tns platform add android --path TNS_App --symlink
Result:
EPERM, symlink 'C:\Users\topuzov\AppData\Roaming\npm-cache\tns-android\0.9.0\package\framework\assets\bindings'
Expected:
If tns supports symlink on Windows OS it should work (it works on OSX)
If tns does not support symlink on Windows OS then appropriate error message should be displayed
The text was updated successfully, but these errors were encountered: