angular / angular-cli Public
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
WIndows execution policy not mentioned in docs #22256
Comments
|
This is standard behaviour for NPM executables, and hence I don’t think it warrants to be included in our docs. In general on windows it’s recommended that development mode is enabled. https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development Let’s reconsider this in the future, if we see more users are encountering this issue. |
|
I can see what you mean @alan-agius4 but it seems to be something you have to be in the know about and costs nothing to put that in the Angular docs. There are many projects that highlight the need to run with elevated permissions, this doesn't appear to be any different. If we are really about making Angular user-friendly and approachable for new developers, then commenting on some obvious gotchas would be useful. I just can't see any value in wasting ppl's time on something so obvious, when the answer could easily be shared on a project basis without having the expectation of diving into the arguable difficult to digest world of Microsoft Docs. Which, it should be noted, doesn't provide this answer and there are at least 5 or 6 possible solutions offered in SO for example. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Description
I had an issue with running the ng server Powershell script on Windows and it should be mentioned in the docs for new users.
What is the affected URL?
No response
Please provide the steps to reproduce the issue
type ng serve on a fresh windows install
Please provide the expected behavior vs the actual behavior you encountered
Expected behaviour is that its allowed to run whereas for me it did not
Please provide a screenshot if possible
Please provide the exception or error you saw
Is this a browser-specific issue? If so, please specify the device, browser, and version.
The text was updated successfully, but these errors were encountered: