search

Home  >  Q&A  >  body text

javascript - After the project was cloned to another computer, it lacked a lot of dependencies. Please help me.

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?

世界只因有你世界只因有你2805 days ago861

reply all(1)I'll reply

  • 仅有的幸福

    仅有的幸福2017-06-05 11:10:43

    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.

    reply
    0
  • Cancelreply