не найдены зависимости core- js и соответствующего модуля css -loader по команде "quasar dev" - PullRequest
0 голосов
/ 23 февраля 2020
  • Обе из следующих ошибок не были решены, даже когда я обновил их соответствующие пакеты. я не нашел png-файл второй ошибки на node_modules.
  • другое альтернативное решение, которое я пробовал, - quasar clean. у меня это тоже не сработало.
  • Я также пытался удалить node_modules и package-lock. json, затем запустить npm install.
These dependencies were not found:

* core-js/modules/es6.array.find in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/form/QForm.js and 4 others
* core-js/modules/es6.array.find-index in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/menu/ClickOutside.js and 3 others
* core-js/modules/es6.array.from in ./node_modules/quasar/src/mixins/file.js
* core-js/modules/es6.array.iterator in ./node_modules/quasar/src/install.js, ./node_modules/quasar/src/lang.js and 47 others
* core-js/modules/es6.function.name in ./node_modules/quasar/src/install.js, ./node_modules/quasar/src/icon-set.js and 20 others
* core-js/modules/es6.map in ./node_modules/quasar/src/utils/is.js
* core-js/modules/es6.number.constructor in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/btn/QBtn.js and 31 others      
* core-js/modules/es6.number.is-integer in ./node_modules/quasar/dist/quasar.ie.polyfills.js
* core-js/modules/es6.object.assign in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/ssr-update.js and 14 others
* core-js/modules/es6.object.keys in ./node_modules/quasar/src/install.js, ./node_modules/quasar/src/lang.js and 46 others
* core-js/modules/es6.object.to-string in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/install.js and 55 others
* core-js/modules/es6.promise in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/form/QForm.js and 5 others
* core-js/modules/es6.regexp.constructor in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/select/QSelect.js and 2 others 
* core-js/modules/es6.regexp.flags in ./node_modules/quasar/src/utils/is.js
* core-js/modules/es6.regexp.replace in ./.quasar/client-entry.js, ./node_modules/quasar/dist/quasar.ie.polyfills.js and 8 others
* core-js/modules/es6.regexp.split in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/lang/en-us.js and 11 others
* core-js/modules/es6.regexp.to-string in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/utils/colors.js and 3 others
* core-js/modules/es6.set in ./node_modules/quasar/src/utils/is.js
* core-js/modules/es6.string.anchor in ./node_modules/quasar/src/components/fab/QFabAction.js, ./node_modules/quasar/src/components/menu/QMenu.js and 1 other
* core-js/modules/es6.string.ends-with in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/mixins/file.js
* core-js/modules/es6.string.fixed in ./node_modules/quasar/src/components/drawer/QDrawer.js, ./node_modules/quasar/src/components/footer/QFooter.js and 1 other
* core-js/modules/es6.string.includes in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/install.js and 25 others
* core-js/modules/es6.string.iterator in ./node_modules/quasar/src/components/form/QForm.js, ./node_modules/quasar/src/mixins/validate.js and 2 others
* core-js/modules/es6.string.starts-with in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/components/icon/QIcon.js and 2 others
* core-js/modules/es6.symbol in ./node_modules/quasar/src/ssr-update.js, ./node_modules/quasar/src/components/btn/QBtn.js and 36 others
* core-js/modules/es6.typed.uint8-clamped-array in ./node_modules/quasar/dist/quasar.ie.polyfills.js
* core-js/modules/es7.array.includes in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./node_modules/quasar/src/install.js and 27 others
* core-js/modules/es7.object.get-own-property-descriptors in ./node_modules/quasar/src/ssr-update.js, ./node_modules/quasar/src/components/btn/QBtn.js and 36 others
* core-js/modules/es7.promise.finally in ./node_modules/quasar/dist/quasar.ie.polyfills.js, ./src/store/auth/index.js and 3 others
* core-js/modules/web.dom.iterable in ./node_modules/quasar/src/install.js, ./node_modules/quasar/src/lang.js and 47 others

To install them, you can run: npm install --save core-js/modules/es6.array.find core-js/modules/es6.array.find-index core-js/modules/es6.array.from core-js/modules/es6.array.iterator core-js/modules/es6.function.name core-js/modules/es6.map core-js/modules/es6.number.constructor core-js/modules/es6.number.is-integer core-js/modules/es6.object.assign core-js/modules/es6.object.keys core-js/modules/es6.object.to-string core-js/modules/es6.promise core-js/modules/es6.regexp.constructor core-js/modules/es6.regexp.flags core-js/modules/es6.regexp.replace core-js/modules/es6.regexp.split core-js/modules/es6.regexp.to-string core-js/modules/es6.set core-js/modules/es6.string.anchor core-js/modules/es6.string.ends-with core-js/modules/es6.string.fixed core-js/modules/es6.string.includes core-js/modules/es6.string.iterator core-js/modules/es6.string.starts-with core-js/modules/es6.symbol core-js/modules/es6.typed.uint8-clamped-array core-js/modules/es7.array.includes core-js/modules/es7.object.get-own-property-descriptors core-js/modules/es7.promise.finally core-js/modules/web.dom.iterable
This relative module was not found:

* ./..
ssetsimgÊrds-bg.png in ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-2-1!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src??ref--6-oneOf-2-2!./node_modules/stylus-loader??ref--6-oneOf-2-3!./node_modules/@quasar/app/lib/webpack/loader.quasar-stylus-variables.js!./node_modules/vue-loader/lib??vue-loader-options!./src/layouts/LandingPage.vue?vue&type=style&index=0&id=1186b057&lang=stylus&scoped=true&
...