Nicole
Explore posts from serversAAlokai
•Created by Chris on 6/7/2023 in #🙋|general-help
Custom integration example/docs
Looks like lerna v7 was recently released 2 days ago and might resolve this issue:
https://github.com/lerna/lerna/issues/3622
27 replies
AAlokai
•Created by Chris on 6/7/2023 in #🙋|general-help
Custom integration example/docs
@skirianov Beautiful! It is now working well with Node 16.
Integrations using npm are able to install and build correctly. However, when I create the integrations with yarn I get the following error. This happens for both Next and Nuxt:
Error: Command failed with exit code 1: yarn run build
/home/sewandsell/apps/sewandsell_frontend/vue_cli_integrations/spree/.pnp.
cjs:27196
Error.captureStackTrace(firstError);
^
Error: @lerna/legacy-package-management tried to access
@lerna/child-process, but it isn't declared in its dependencies; this
makes the require call ambiguous and unsound.
Required package: @lerna/child-process
Required by: @lerna/legacy-package-management@npm:6.6.2 (via
/home/sewandsell/apps/sewandsell_frontend/vue_cli_integrations/spree/.yarn
/cache/@lerna-legacy-package-management-npm-6.6.2-7512f94c6c-e5f8cf3a68.zi
p/node_modules/@lerna/legacy-package-management/dist/)
.... more
27 replies
AAlokai
•Created by Nicole on 6/5/2023 in #🙋|general-help
How to Debug 404 Error - Is this VSF issue or Spree Backend?
I think I have deduced that this problem only exists on the homepage, and other pages managed by the Spree content/pages/section created in the admin dashboard. The preview page also does not render within the admin dashboard, so I am thinking this is currently a spree problem.
If anyone is associated with Spree and has any ideas why preview content in the admin dashboard is not working, please let me know!
3 replies
AAlokai
•Created by Chris on 6/7/2023 in #🙋|general-help
Custom integration example/docs
@rohrig I just attempted to use this CLI with node v16.16, but it results in:
Error: command create:integration not found
However, when I run the CLI with node v14.21, the CLI is able to find and initiate the project. (This runs into errors down the line)
I notice the requirements say node v16 is required. Let me know if this is expected behavior.
27 replies