We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pnpm storybook
On Ubuntu 22.04 I am getting
[nix-shell:~/iql/components]$ pnpm storybook > @inferenceql/[email protected] storybook /home/ulli/iql/components > start-storybook -p 6006 info @storybook/react v6.5.9 info info => Loading presets info Addon-docs: using MDX1 info => Using implicit CSS loaders info => Using default Webpack4 setup 10% building 1/12 modules 11 active ...se&noInfo=undefinednode:internal/crypto/hash:71 this[kHandle] = new _Hash(algorithm, xofLen); ^ Error: error:0308010C:digital envelope routines::unsupported at new Hash (node:internal/crypto/hash:71:19) at Object.createHash (node:crypto:133:10) at module.exports (/home/ulli/iql/components/node_modules/.pnpm/[email protected][email protected]/node_modules/webpack/lib/util/createHash.js:135:53) at NormalModule._initBuildHash (/home/ulli/iql/components/node_modules/.pnpm/[email protected][email protected]/node_modules/webpack/lib/NormalModule.js:417:16) at handleParseError (/home/ulli/iql/components/node_modules/.pnpm/[email protected][email protected]/node_modules/webpack/lib/NormalModule.js:471:10) at /home/ulli/iql/components/node_modules/.pnpm/[email protected][email protected]/node_modules/webpack/lib/NormalModule.js:503:5 at /home/ulli/iql/components/node_modules/.pnpm/[email protected][email protected]/node_modules/webpack/lib/NormalModule.js:358:12 at /home/ulli/iql/components/node_modules/.pnpm/[email protected]/node_modules/loader-runner/lib/LoaderRunner.js:373:3 at iterateNormalLoaders (/home/ulli/iql/components/node_modules/.pnpm/[email protected]/node_modules/loader-runner/lib/LoaderRunner.js:214:10) at /home/ulli/iql/components/node_modules/.pnpm/[email protected]/node_modules/loader-runner/lib/LoaderRunner.js:205:4 { opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ], library: 'digital envelope routines', reason: 'unsupported', code: 'ERR_OSSL_EVP_UNSUPPORTED' } Node.js v18.6.0 ELIFECYCLE Command failed with exit code 1. [nix-shell:~/iql/components]$ node --version v18.6.0
Fixed by running:
[nix-shell:~/iql/components]$ export NODE_OPTIONS=--openssl-legacy-provider
Found here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Ubuntu 22.04 I am getting
Fixed by running:
Found here.
The text was updated successfully, but these errors were encountered: