javascript - After the project was cloned to another computer, it lacked a lot of dependencies. Please help me.
世界只因有你
世界只因有你 2017-06-05 11:08:43
0
1
830

The demo I wrote is on the company laptop. I want to remotely clone it to my home laptop for convenience, but the project has not started yet...
The company computer is win10, and the home computer is win7.
1.git clone https://github.com/FrankKai/Vue-Practice
2.cnpm install Error report

Install fail! Error: EBUSY: resource busy or locked

I used npm cache clean --force to forcefully delete the cache to solve this error
3.cnpm install build Error report
This error report is very speechless and random. , module a is missing for a while, module b is missing for a while.
This is my demo address:
https://github.com/FrankKai/V...
The readme.md was written according to the operation on the company computer. I never expected it. It's wrong...
Can anyone tell me the reason for this?

世界只因有你
世界只因有你

reply all(1)
仅有的幸福

What is the command cnpm install build? You use npm install to install dependencies. According to my usual experience, cnpm often causes unknown problems when installing.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template