-
-
Notifications
You must be signed in to change notification settings - Fork 197
Cannot run livesync with ios simulator #2267
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
Comments
+1 here |
@dharness and @indrasantosa We addressed the symlink issue with our latest release 2.4.1. Plase, could you confirm that everything is OK when running this version? |
Thanks @tzraikov, I have done the fix myself on my local repository, it is now fine :) Cheeer! |
From what I check, it is due to shelljs copy handles symlink poorly,
upgrading shelljs might help, I think
…On Sat, Dec 24, 2016 at 5:27 PM, buzzspaceltd ***@***.***> wrote:
@dharness <https://github.com/dharness> @tzraikov
<https://github.com/tzraikov> I am having the same issue. I just upgraded
to 2.4.2 but the issue persists. Any suggestions on a fix?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2267 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAadXQVefZmEyEp-AFHuo8kYfjT4cMoLks5rLPOigaJpZM4K9Q34>
.
|
I also have the same issue using NativeScript 2.4.2... |
I'm still getting this error with the latest version |
@buzzspaceltd, @ludwiktrammer, @lukeramsden, Guys, could you please share exact steps to reproduce along with the I am unable to reproduce such an issue with CLI version 2.4.2. CC: @tzraikov |
This is my package.json. What I do is clone the repo, run
|
Thanks a lot, @lukeramsden! I successfully reproduced the shell.js error you posted. |
@lukeramsden, @buzzspaceltd, @ludwiktrammer, The issue here is that all A temporary workaround is to remove them manually as follows: |
@vchimev Is this going to be fixed in a nativescript-cli updated? Or should I just run this before I try to livesync? For now I'm just gonna make an npm script for this |
it should be enough to run it only once to clean up the We are going to fix it for sure in next minor release (2.5.0) this month along with lots of livesync improvements (#2374); will further investigate if we could provide a patch update (2.4.3) prior that and update this issue if so. |
@vchimev My suggestion is a |
This problem does not exist in master branch of NativeScript CLI. It could be installed by:
and it will take part of 2.5.0 official release. |
With a new project created with
tns create app --ng
I am not able to run livesync. Doing so results in the following error:I've tried deleting the simulator, making new projects, restarting the mac.. to no avail.
EDIT:
I have tried without the --ng flag as well with the same result. I have temporarily gone back to 2.3 to generate my project avoid the issue, and am running it using [email protected] cli with no problems.
Of course, i have to temporarily downgrade every time I want to create a new project.
The text was updated successfully, but these errors were encountered: