Yarn start ERORR

yarn start
yarn run v1.22.17
warning …/package.json: No license field
$ adalo dev
MANIFESTS: {“./src/components/MyComponent/manifest.json”:{“displayName”:“my component”,“defaultWidth”:160,“defaultHeight”:24,“components”:“./index.js”,“icon”:“./example-thumbnail.png”,“props”:[{“name”:“text”,“displayName”:“Text”,“type”:“text”,“default”:“Happy Hacking”},{“name”:“color”,“displayName”:“Color”,“type”:“color”,“default”:“#00A898”}],“name”:“MyComponent”}}
Starting the dev web server…
:warning: 「wds」: transportMode is an experimental option, meaning its usage could potentially change without warning
:information_source: 「wds」: Project is running at http://localhost:8000/webpack-dev-server/
:information_source: 「wds」: webpack output is served from /dist/
:information_source: 「wds」: Content not from webpack is served from /dist
:information_source: 「wds」: Project is running at http://localhost:8001/webpack-dev-server/
:information_source: 「wds」: webpack output is served from /dist/
:information_source: 「wds」: Content not from webpack is served from /dist
STARTED LOCAL SERVERS: 8000, 8001
node:internal/crypto/hash:67
this[kHandle] = new _Hash(algorithm, xofLen);
^

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:67:19)
at Object.createHash (node:crypto:130:10)
at module.exports (/home/abunabil/my-component/node_modules/webpack/lib/util/createHash.js:135:53)
at NormalModule._initBuildHash (/home/abunabil/my-component/node_modules/webpack/lib/NormalModule.js:417:16)
at handleParseError (/home/abunabil/my-component/node_modules/webpack/lib/NormalModule.js:471:10)
at /home/abunabil/my-component/node_modules/webpack/lib/NormalModule.js:503:5
at /home/abunabil/my-component/node_modules/webpack/lib/NormalModule.js:358:12
at /home/abunabil/my-component/node_modules/loader-runner/lib/LoaderRunner.js:373:3
at iterateNormalLoaders (/home/abunabil/my-component/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
at iterateNormalLoaders (/home/abunabil/my-component/node_modules/loader-runner/lib/LoaderRunner.js:221:10) {
opensslErrorStack: [ ‘error:03000086:digital envelope routines::initialization error’ ],
library: ‘digital envelope routines’,
reason: ‘unsupported’,
code: ‘ERR_OSSL_EVP_UNSUPPORTED’
}

Node.js v17.3.0
error Command failed with exit code 1.
info Visit yarn run | Yarn for documentation about this command.

From what I know, Adalo only supports node v 14.X.X. try installing version 14, I use nvm (node version manager) to manage my versions and 14.15.0 for my component development.

1 Like

i will try , thank you

Its Work Thank you,
you are legend

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.