Skip to content

Commit cec8faa

Browse files
authored
Update README.md
1 parent 5eb8c5e commit cec8faa

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,6 @@ yarn create next-app --example with-mongodb mflix
3131
pnpm create next-app --example with-mongodb mflix
3232
```
3333

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-
```
4934
After that navigate to the project directory by running
5035
```
5136
cd mflix

0 commit comments

Comments
 (0)