How to run examples - build the project #1176
spassignat
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm facing issues to run example and build the project.
To build the project I needed to install with npm: pnpm, npx, webpack-dev-server, then I build the project with pnpm.
=> Tested examples working with this previous operations: backend, Composition, Web-Component
=> non working example: lazy-loading
I had to use
export NODE_OPTIONS=--openssl-legacy-provider
to solve this issue: https://stackoverflow.com/questions/69394632/webpack-build-failing-with-err-ossl-evp-unsupportedLazy-loading example doesn't build with a lot of "Can't import the named export '[...]' from non EcmaScript module (only default export is available)".
I'm changing too many things and I'm probably not fixing the right thing. Are there any documentation or shell script to setup the environment and prerequisites for a project ?
Some of my environment elements:
thanks
Beta Was this translation helpful? Give feedback.
All reactions