EvanAgee / vuejs-wordpress-theme-starter

A WordPress theme with the guts ripped out and replaced with Vue.
https://vuewp.com/
1.6k stars 281 forks source link

npm run production error #11

Closed mrKorg closed 6 years ago

mrKorg commented 6 years ago

Hi! Thank You for your work. Help solve the problem. I run 'npm run production' and get the error

Uncaught TypeError: Cannot read property 'call' of undefined at webpack_require (manifest.js:55) at Object.eslX (app.js:6) at webpack_require (manifest.js:55) at Object.0 (app.js:1) at __webpack_require__ (manifest.js:55) at webpackJsonpCallback (manifest.js:26) at app.js:1

in manifest.js: // Execute the module function /**/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);

How I can fix it?

NikoPeltoniemi commented 6 years ago

Can you be a bit more specific with your problem? Did you run into any errors while runnin npm install?

mrKorg commented 6 years ago

I used this package to develop the site, had no problems at all, this problem arose only when it came time to run the site in production. npm run dev & npm run watch work without errors

NikoPeltoniemi commented 6 years ago

Try to run it with the --verbose -flag.

mrKorg commented 6 years ago

Thank you! This solved the problem.

raisiqueira commented 6 years ago

Close issue, please.