I have copied src folder which has all code and try to installing all packages by running npm install. But it says no repository field.
Asked
Active
Viewed 66 times
0
-
My file structure is like – FrontEnd learner Jun 10 '20 at 10:42
1 Answers
0
make sure that package.json is in src directory and not at parent directory level
Andrey
- 1,394
- 13
- 17