Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Commits
91e616e4
Commit
91e616e4
authored
8 years ago
by
Dan Abramov
Committed by
GitHub
8 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Point people to npm Windows instructions
parent
b284377e
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ISSUE_TEMPLATE.md
+6
-2
ISSUE_TEMPLATE.md
with
6 additions
and
2 deletions
+6
-2
ISSUE_TEMPLATE.md
+
6
-
2
View file @
91e616e4
...
...
@@ -2,7 +2,11 @@ If you are reporting a bug, please fill in below. Otherwise feel free to remove
### Can you reproduce the problem with latest npm?
Run:
Many errors, especially related to "missing modules", are due to npm bugs.
If you're using Windows,
[
follow these instructions to update npm
](
https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows
)
.
If you're using OS X or Linux, run this to update npm:
```
npm install -g npm@latest
...
...
@@ -12,7 +16,7 @@ rm -rf node_modules
npm install
```
and
try to reproduce the issue again.
Then
try to reproduce the issue again.
Can you still reproduce it?
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets