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
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
2023-11-25T10_54_04_453Z-debug-0.log
Tried with node 18 and 16 Dos not install from the root of
Also tried yarn install. it did work yarn run examples shows 'NODE_OPTIONS' is not recognized as an internal or external command,
so does npm run examples
I replaced --content-base with --static-directory but then --config config/webpack.config.examples.js errored with:
`Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
configuration.module.rules[2] has an unknown property 'query'. These properties are valid:
object { assert?, compiler?, dependency?, descriptionData?, enforce?, exclude?, generator?, include?, issuer?, issuerLayer?, layer?, loader?, mimetype?, oneOf?, options?, parser?, realResource?, resolve?, resource?, resourceFragment?, resourceQuery?, rules?, scheme?, sideEffects?, test?, type?, use? }
-> A rule description with conditions and effects for modules.`
I guess this will not work
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2023-11-25T10_54_04_453Z-debug-0.log
Tried with node 18 and 16 Dos not install from the root of
Also tried
yarn install
. it did workyarn run examples
shows'NODE_OPTIONS' is not recognized as an internal or external command,
so does
npm run examples
I replaced --content-base with --static-directory but then --config config/webpack.config.examples.js errored with:
`Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
object { assert?, compiler?, dependency?, descriptionData?, enforce?, exclude?, generator?, include?, issuer?, issuerLayer?, layer?, loader?, mimetype?, oneOf?, options?, parser?, realResource?, resolve?, resource?, resourceFragment?, resourceQuery?, rules?, scheme?, sideEffects?, test?, type?, use? }
-> A rule description with conditions and effects for modules.`
I guess this will not work
The text was updated successfully, but these errors were encountered: