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

ERROR in ./src/app.js #131

Closed Cobb-Zhang closed 3 years ago

Cobb-Zhang commented 3 years ago

Module build failed (from ./node_modules/babel-loader/lib/index.js): Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in ...\vuejs-wordpress-theme-starter\node_modules\@babel\helper-compilation-targets\package.json

when I run the npm run watch, the error above appear on the terminal

E1NSER commented 3 years ago

I had the same issue. Remove the package-json.lock. Update to the latest stable version of NPM and run npm install if you have done the npm install before, remove the node_modules folder before.

Cobb-Zhang commented 3 years ago

wow,thank you,it works!