Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vuestorefront and nopcommerce are not working #4

Open
1 task done
jessicana opened this issue May 1, 2022 · 1 comment
Open
1 task done

vuestorefront and nopcommerce are not working #4

jessicana opened this issue May 1, 2022 · 1 comment

Comments

@jessicana
Copy link

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

  • I agree to follow this project's Code of Conduct
@antrdev
Copy link

antrdev commented May 6, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants