File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.
2
2
3
- ### Can you reproduce the problem with latest npm?
3
+ ### Can you reproduce the problem with npm 4.x ?
4
4
5
5
Many errors, especially related to "missing modules", are due to npm bugs.
6
6
7
- If you're using Windows, [ follow these instructions to update npm] ( https://github.com/npm/npm/wiki/Troubleshooting#upgrading-on-windows ) .
8
-
9
- If you're using OS X or Linux, run this to update npm:
7
+ Try to update npm to 4.x first:
10
8
11
9
```
12
- npm install -g npm@latest
10
+ npm install -g npm@4
13
11
14
12
cd your_project_directory
15
13
rm -rf node_modules
16
14
npm install
17
15
```
18
16
17
+ ** This is especially important if ` npm -v ` gives you 5 because npm 5 is [ known to have many issues] ( https://github.com/npm/npm/issues/16991 ) .**
18
+
19
19
Then try to reproduce the issue again.
20
20
21
21
Can you still reproduce it?
You can’t perform that action at this time.
0 commit comments