We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
npm run build
I expect to be able to run npm run build or npm run dev without any errors.
npm run dev
I was getting the following error:
ERROR in ./assets/js/admin/reports/index.js Module build failed (from ./node_modules/thread-loader/dist/cjs.js): Thread Loader (Worker 9) [BABEL] /www/eddexport/wp-content/plugins/easy-digital-downloads/assets/js/admin/reports/index.js: Cannot find module '@babel/compat-data/corejs3-shipped-proposals'
node_modules/
rm -rf node_modules/
easy-digital-downloads
npm install
Error is thrown.
PHP Version:
EDD Version (or branch): release/3.0
WordPress Version:
Any other relevant information:
nodejs/node#32852
The text was updated successfully, but these errors were encountered:
Fix npm build errors #8199
a946bfd
Merge pull request #8200 from easydigitaldownloads/issue/8199
c90ff0e
ashleyfae
Successfully merging a pull request may close this issue.
Bug Report
Expected behavior
I expect to be able to run
npm run build
ornpm run dev
without any errors.Actual behavior
I was getting the following error:
Steps to reproduce the behavior
node_modules/
(rm -rf node_modules/
from inside theeasy-digital-downloads
directory)npm install
npm run build
Error is thrown.
Information (if a specific version is affected):
PHP Version:
EDD Version (or branch): release/3.0
WordPress Version:
Any other relevant information:
nodejs/node#32852
The text was updated successfully, but these errors were encountered: