Problem Description:
the project is downloaded according to Vue element admin. To initialize the project, run the following code:
npm install
The result reported an error:
after nearly a day of trouble, we finally found a solution:
1. Run the prompt code first:
// input commands
npm fund
Then the following dependent reward donation prompt appears
2. Then enter:
npm run dev
Then it finally succeeded