-
-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Description
Today I try to install vue-progressbar, but get error
import VueProgressBar from 'vue-progressbar';
-----------
modules-runtime.js?hash=2b888cb…:133 Uncaught Error: Cannot find module './vue-progressbar.vue'
at require (modules-runtime.js?hash=2b888cb…:133)
at meteorInstall.node_modules.vue-progressbar.vue-progressbar.es5.js (printer.js:170)
at fileEvaluate (modules-runtime.js?hash=2b888cb…:207)
at Module.require (modules-runtime.js?hash=2b888cb…:130)
at Module.Mp.importSync (printer.js:170)
at meteorInstall.imports.startup.client.route.js (route.js:1)
at fileEvaluate (modules-runtime.js?hash=2b888cb…:207)
at Module.require (modules-runtime.js?hash=2b888cb…:130)
at Module.Mp.importSync (printer.js:170)
at meteorInstall.imports.startup.client.index.js (indeAnd then I tried to change import
import VueProgressBar from 'vue-progressbar/vue-progressbar.js';
--------------
es5-shim.js?hash=adc3c62…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at es5-shim.js?hash=adc3c62…:17
at es5-shim.js?hash=adc3c62…:2789
(anonymous) @ es5-shim.js?hash=adc3c62…:17
(anonymous) @ es5-shim.js?hash=adc3c62…:2789
promise.js?hash=67cbac8…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at promise.js?hash=67cbac8…:17
at promise.js?hash=67cbac8…:582
(anonymous) @ promise.js?hash=67cbac8…:17
(anonymous) @ promise.js?hash=67cbac8…:582
ecmascript-runtime.js?hash=72d6777…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at ecmascript-runtime.js?hash=72d6777…:17
at ecmascript-runtime.js?hash=72d6777…:4630
(anonymous) @ ecmascript-runtime.js?hash=72d6777…:17
(anonymous) @ ecmascript-runtime.js?hash=72d6777…:4630
babel-runtime.js?hash=b0451f1…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at babel-runtime.js?hash=b0451f1…:17
at babel-runtime.js?hash=b0451f1…:160
(anonymous) @ babel-runtime.js?hash=b0451f1…:17
(anonymous) @ babel-runtime.js?hash=b0451f1…:160
random.js?hash=a3be1ee…:18 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at random.js?hash=a3be1ee…:18
at random.js?hash=a3be1ee…:368
(anonymous) @ random.js?hash=a3be1ee…:18
(anonymous) @ random.js?hash=a3be1ee…:368
mongo-id.js?hash=345d169…:19 Uncaught TypeError: Cannot read property 'Random' of undefined
at mongo-id.js?hash=345d169…:19
at mongo-id.js?hash=345d169…:142
(anonymous) @ mongo-id.js?hash=345d169…:19
(anonymous) @ mongo-id.js?hash=345d169…:142
geojson-utils.js?hash=b204c7d…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at geojson-utils.js?hash=b204c7d…:17
at geojson-utils.js?hash=b204c7d…:439
(anonymous) @ geojson-utils.js?hash=b204c7d…:17
(anonymous) @ geojson-utils.js?hash=b204c7d…:439
minimongo.js?hash=15fb4e0…:23 Uncaught TypeError: Cannot read property 'MongoID' of undefined
at minimongo.js?hash=15fb4e0…:23
at minimongo.js?hash=15fb4e0…:3838
(anonymous) @ minimongo.js?hash=15fb4e0…:23
(anonymous) @ minimongo.js?hash=15fb4e0…:3838
check.js?hash=87c6338…:17 Uncaught TypeError: Cannot read property 'meteorInstall' of undefined
at check.js?hash=87c6338…:17
at check.js?hash=87c6338…:583
(anonymous) @ check.js?hash=87c6338…:17
(anonymous) @ check.js?hash=87c6338…:583How to use any Vue Plugin?
Metadata
Metadata
Assignees
Labels
No labels