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

Doesn't work. #72

Closed
dodalovic opened this issue Dec 31, 2021 · 2 comments
Closed

Doesn't work. #72

dodalovic opened this issue Dec 31, 2021 · 2 comments

Comments

@dodalovic
Copy link

``

`fast -u
/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at filename (/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/import-jsx/cache.js:23:22)
at handleCache (/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/import-jsx/cache.js:43:36)
at module.exports (/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/import-jsx/cache.js:97:9)
at Module.module._compile (/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/import-jsx/index.js:37:19)
at Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
at Object.require.extensions. (/home/dodalovic/.nvm/versions/node/v17.3.0/lib/node_modules/fast-cli/node_modules/import-jsx/index.js:49:3)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12) {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v17.3.0

@sindresorhus
Copy link
Owner

You're using the bleeding edge of Node.js, which often have issues. Try the latest stable, which is Node.js 16.

@dodalovic
Copy link
Author

ah, ok.
Maybe it would be cool to update the docs. lemme try

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