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?
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.