Installing Earlier Dependencies #4904
-
Hello everyone, I am on lesson 10 and just about to start the project and as Patrick said copied the yarn.lock and package.json from the original repository, but after I run yarn create next-app it says : package.json Either try using a new directory name, or remove the files listed above. If I remove the files it installs the newest version of the dependencies. How can I keep the older versions can someone help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@hackamman He said just copy the content. Remove these files and create your projects, after that copy the content of package.json file and paste into your package.json file. |
Beta Was this translation helpful? Give feedback.
@hackamman He said just copy the content. Remove these files and create your projects, after that copy the content of package.json file and paste into your package.json file.