-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.6.1
Environment
dev
Reproduction link
https://vuecomponent.github.io/issue-helper/
Steps to reproduce
npm i
npm run dev
What is expected?
正常跑起来
What is actually happening?
These dependencies were not found:
* core-js/library/fn/array/from in ./node_modules/babel-runtime/core-js/array/from.js
* core-js/library/fn/get-iterator in ./node_modules/babel-runtime/core-js/get-iterator.js
* core-js/library/fn/is-iterable in ./node_modules/babel-runtime/core-js/is-iterable.js
* core-js/library/fn/object/assign in ./node_modules/babel-runtime/core-js/object/assign.js
* core-js/library/fn/object/define-property in ./node_modules/babel-runtime/core-js/object/define-property.js
* core-js/library/fn/symbol in ./node_modules/babel-runtime/core-js/symbol.js
* core-js/library/fn/symbol/iterator in ./node_modules/babel-runtime/core-js/symbol/iterator.js
* core-js/modules/es.array.concat in ./src/router/routes.ts, ./src/subtree/moduleUI/dist/LoadingIcon/index.tsx and 1 other
* core-js/modules/es.date.to-string in ./src/model/userInfo.ts, ./src/service/user.ts
* core-js/modules/es.function.name in ./src/plugins/appLoading.ts
* core-js/modules/es.object.get-own-property-descriptor in ./src/subtree/moduleService/dist/user.ts, ./src/subtree/moduleService/dist/token.ts
* core-js/modules/es.object.keys in ./src/subtree/moduleAuth/dist/page/index/index.tsx
* core-js/modules/es.object.to-string in ./src/libs/auth.helper.ts, ./src/libs/request.ts and 3 others
* core-js/modules/es.regexp.exec in ./src/libs/auth.helper.ts, ./src/subtree/moduleAuth/dist/page/index/index.tsx
* core-js/modules/es.string.iterator in ./src/router/index.ts
* core-js/modules/es.string.replace in ./src/subtree/moduleAuth/dist/page/index/index.tsx
* core-js/modules/es.string.search in ./src/libs/auth.helper.ts
* core-js/modules/web.dom-collections.iterator in ./src/router/index.ts
* core-js/modules/web.timers in ./src/plugins/appLoading.ts, ./src/subtree/moduleUI/dist/Dialog/comp/index.tsx
To install them, you can run: npm install --save core-js/library/fn/array/from core-js/library/fn/get-iterator core-js/library/fn/is-iterable core-js/library/fn/object/assign core-js/library/fn/object/define-property core-js/library/fn/symbol core-js/library/fn/symbol/iterator core-js/modules/es.array.concat core-js/modules/es.date.to-string core-js/modules/es.function.name core-js/modules/es.object.get-own-property-descriptor core-js/modules/es.object.keys core-js/modules/es.object.to-string core-js/modules/es.regexp.exec core-js/modules/es.string.iterator core-js/modules/es.string.replace core-js/modules/es.string.search core-js/modules/web.dom-collections.iterator core-js/modules/web.timers