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 Jan 18, 2022. It is now read-only.
Everything was working fine before I formatted my workstation. After new OS install I cloned my project and tried to run gulp but now following error is occurring.
I thought my component may have some error, but after commenting one mix.webpack() then it gives error for next webpack().
Following is the error
........
[13:18:16] Finished 'less' after 9.14 s
[13:18:16] Starting 'webpack'...
{[Error: ./~/buble-loader?{"objectAssign":"Object.assign"}!./~/vue-loader/lib/selector.js?type=script&index=0!./~/vue-core-image-upload/dist/vue-core-image-upload.vue
Module build failed: Error
at ForOfStatement.initialise (/opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:2004:65)
at /opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:9381:56
at Array.forEach (native)
at BlockStatement.initialise (/opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:9381:15)
at FunctionExpression.initialise (/opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:858:12)
at FunctionExpression.initialise (/opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:2098:31)
at Property.initialise (/opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:858:12)
at /opt/lampp/htdocs/corporate/node_modules/buble/dist/buble.umd.js:856:61
at Array.forEach (native)
........