There is a problem when cloning someone else's project npm. Figure 2 shows the directory structure.

Mar.21,2021

Thank you for the invitation!
first of all, this error is so clear that the package management file cannot be found. The reason is that you are in the wrong place to execute npm install , because this may be done by using svn for version management, so you should enter the trunk subdirectory and then execute npm install

.
Menu