Update Readme
- add NPM/CLI instructions when running into issues.
- list issues/solutions related to windows usage
- add notes from #232
- Update installation instructions to reflect NPM package
I think it is a good idea to show warning to any other commands other than what is available.
For instance, if the user makes a typo mern inis instead of mern init as per now there is no message being shown.
A warning might be suitable here such as unknown command inis
Per http://stackoverflow.com/a/24710924 seems like you need to run this after asepsis is installed:
find ~ -name ".DS_Store" -delete
# or
find <your path> -name ".DS_Store" -deleteShouldn't this be documented in Readme or in the .app installer?
Following the docs page on fake providers I was able to get my nancy fx app working with fake provider logins but now I want to control the data that is being returned. Can I do this when using auto setup?
As far as I can
Steps to saving an Alert should be more clear.
Right now the below code will "seem" to be correct, but the site does not save, and throws a generic API error. However once we add a v
See Closure Lib 435: issue
http://code.google.com/p/closure-library/issues/detail?id=435
The linter should enforce these rules (or the design doc linked in that issue
should be changed to remove them).
Original issue reported on code.google.com by JayYoung...@gmail.com on 10 Mar 2012 at 7:01
Add a description, image, and links to the obsolete topic page so that developers can more easily learn about it.
To associate your repository with the obsolete topic, visit your repo's landing page and select "manage topics."