ISSUE_TEMPLATE 506 B

123456789101112131415161718
  1. <!--Please use the template provided below when reporting bugs:-->
  2. ## Expected Behavior
  3. ## Observed Behavior
  4. ## Bonus Points! Code (or Repository) that Reproduces Issue
  5. ## Forensic Information
  6. **Operating System:** the operating system you observed the issue on.
  7. **Environment Information:** information about your project's environment, see instructions below:
  8. 1. run the following script:
  9. sh -c 'node --version; npm --version; npm ls' > output.txt
  10. 2. share a gist with the contents of output.txt.