-
-
Notifications
You must be signed in to change notification settings - Fork 195
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 new errors with v5.0 #3967
Comments
@skopekreep thank you for reporting this issues. Can you please uninstall the package Then restart the terminal and try to ruin the NativeScript CLI commands. Update: as the package is, in fact, an extension you need to uninstall it as follows:
|
Confirming that Thank you. |
Any solution for this as just uninstalling the angular cli doesnt look as solution, is the problem from angular cli that needs to update to 5.0 or 5.0 broke something in their ? Should we open issue in angular cli ? Thanks |
Try installing nativescript - this worked for me.
|
I think I dind't get it. Uninstalling the extension is the solution? It is not. Is it an nativescript-angular-cli problem? If so I'll open a issue there |
This plugin is broken.
May we please reopen the issue ? |
@AhmedAzzabi @DarkSiderOC @allnash See this issue: https://github.com/sebawita/nativescript-angular-cli/issues/11 (was created 14 hours ago) Which is filed in the correct repository. I'm also having this issue myself and will be watching closely as a fix is made. |
Cross-posting this from https://github.com/sebawita/nativescript-angular-cli/issues/11
Maybe the conflict is that the |
Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo?
Yes, but it may not have hit yet since this is an issue with a bleeding-edge version.
Background
With the update to Xcode 10 came some problems for the CLI...
Like Issue #3957, for example, which suggested as its solution upgrading to the CLI's
next
version (npm install -g nativescript@next
)I did that, and while it seems to have resolved that issue as promised, I'm seeing several new errors that are unique to CLI v.5.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
After upgrading to v5.0.0-2018-10-02-12369, the following new errors appear:
Error while loading nativescript-angular-cli is: Default commands should be required before child commands
A simple tns command like
tns --version
throws this, as does building, running, ets on all platformsUnable to apply changes for device: XXX... Error is: cp: copyFileSync: could not write to dest file (code=EACCES): ...
Saving a modified file that triggers liveSync throws this error and liveSync fails.
Very excited for the stable 5.0 release. Hoping this feedback can hasten that day, and possibly fix some issues in the current build.
The text was updated successfully, but these errors were encountered: