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
I followed the documentation to use vuestorefront with nopcommerce but the installation ended with error:
ERROR (node:7950) [DEP0128] DeprecationWarning: Invalid 'main' field in '/root/nop-storefront/node_modules/@vue-storefront/nuxt-theme/package.json' of 'lib/module.js'. Please either fix that or report it to the module author 02:34:08
(Use `node --trace-deprecation ...` to show where the warning was created)
How can I solve this?
What version of nopcommerce integration are you using?
4.50.2
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
ERROR (node:7950) [DEP0128] DeprecationWarning: Invalid 'main' field in '/root/nop-storefront/node_modules/@vue-storefront/nuxt-theme/package.json' of 'lib/module.js'. Please either fix that or report it to the module author (Use `node --trace-deprecation ...` to show where the warning was created)
This warning is a Nodejs v16.15.0 issue. It's safe to ignore it. But you can try Nodejs v14 to fix this.
The critical problem we get here is about memory. Exit code 137 means the build process ran out of memory. You might need to increase your RAM or the swap.
What is your question / Please describe your issue
System information
Ubuntu 22.04
Yarn version: 1.22.18
Node version: v16.15.0
I followed the documentation to use vuestorefront with nopcommerce but the installation ended with error:
How can I solve this?
What version of nopcommerce integration are you using?
4.50.2
Code of Conduct
The text was updated successfully, but these errors were encountered: