vuestorefront-community / nopcommerce

MIT License
10 stars 5 forks source link

vuestorefront and nopcommerce are not working #4

Open jessicana opened 2 years ago

jessicana commented 2 years ago

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:

 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)

image

How can I solve this?

What version of nopcommerce integration are you using?

4.50.2

Code of Conduct

antrdev commented 2 years ago

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.