You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
I am using Vue.Js and I am trying to use worker in VueX
new Worker('worker.js', {type: 'module'}) created using this. worker.js and the store file of VueX are in same directory.
`* /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js in ./common/src/store/modules/catalog.js
To install it, you can run: npm install --save /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js`
Can you please help with this error. I am not able to find any solution for this :(
I am using Vue.Js and I am trying to use worker in VueX
new Worker('worker.js', {type: 'module'})created using this. worker.js and the store file of VueX are in same directory.`* /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js in ./common/src/store/modules/catalog.js
To install it, you can run: npm install --save /Users/rishabhgoel/Desktop/Ui-Catalog/pyeongyang-ui-catalog/node_modules/worker-plugin/dist/loader.js?{"name":"0"}!worker.js`
Can you please help with this error. I am not able to find any solution for this :(