File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -31,21 +31,6 @@ yarn create next-app --example with-mongodb mflix
31
31
pnpm create next-app --example with-mongodb mflix
32
32
```
33
33
34
- While running the above command in ` node version > 18 ` will throw an error as following:
35
-
36
- ```
37
- ? Could not download "with-mongodb" because of a connectivity issue between your machine and GitHub.
38
- ✔ Could not download "with-mongodb" because of a connectivity issue between your machine and GitHub.
39
- Do you want to use the default template instead? (Y/n)
40
- ```
41
-
42
- The issue is in the node-tar ` extract() ` which emits the close event. There is a
43
- [ GitHub issue open] ( https://github.com/vercel/next.js/issues/39321 ) to address this, but the current workaround is described below:
44
-
45
- You can either use ` node version < 18 ` or type ` Y ` to get the default template downloaded:
46
- ```
47
- Do you want to use the default template instead? (Y/n) Y
48
- ```
49
34
After that navigate to the project directory by running
50
35
```
51
36
cd mflix
You can’t perform that action at this time.
0 commit comments