Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
update readme.md with common issues
Browse files Browse the repository at this point in the history
- added information from issue #3 about node version compatibility
  • Loading branch information
suhuruli committed Jun 13, 2018
1 parent 5d16518 commit 9cf8623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -58,3 +58,7 @@ Once you have figured out all the legalities above, you can follow the steps bel
* Create a new project with ```yo azuresfguest``` (ensure it picks Yeo node-module bits from your local changes)
* Validate that changes are working as expected and not breaking anything regressively - following the steps mentioned in the [documentation](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-deploy-existing-app#use-yoeman-to-package-and-deploy-an-existing-executable-on-linux) by creating and deploying the generated project on a Service Fabric cluster
* Raise a pull request and share with us

# Known Issues

* If you are using Node 8.1.0 the yeoman generators freeze. The behaviour is that the prompt stops accepting input. Updating to Node 8.11.2 will fix this issue. Thanks to Nicolas for the call out [#3](https://github.com/Microsoft/generator-azuresfguest/issues/3).

0 comments on commit 9cf8623

Please sign in to comment.