Giter Site home page Giter Site logo

Comments (4)

yusufabdulwahid avatar yusufabdulwahid commented on June 2, 2024 2

OK. I hope it will be updated soon.
It's run great on Node js v16.
Thank's

from chartbrew.

razvanilin avatar razvanilin commented on June 2, 2024

From the logs it seems that the cp command is not working as intended on your machine. Can you let me know what operating system are you using?

Also, the node version is an older minor version of 17 which is an odd version number for Node, meaning it can be unstable. I would suggest switching to an even number like 16 or 18

from chartbrew.

yusufabdulwahid avatar yusufabdulwahid commented on June 2, 2024

From the logs it seems that the cp command is not working as intended on your machine. Can you let me know what operating system are you using?

Also, the node version is an older minor version of 17 which is an odd version number for Node, meaning it can be unstable. I would suggest switching to an even number like 16 or 18

it's windows 10 pro.
great solution. now the server can run after updating node js to version 18 and restart the server several times because of a database field error

sqlMessage: "Unknown column 'Datasets.connection_id' in 'field list'",

and

sqlMessage: "Duplicate column name 'authentication'",
    sql: 'ALTER TABLE `Connection` ADD `authentication` TEXT;'

But when try to run the client, I got this error.

> [email protected] start
> npm run setup && cross-env REACT_APP_VERSION=$npm_package_version node scripts/start.js


> [email protected] setup
> echo n | cp -vipr src/config/settings.template.js src/config/settings.js | true

cp: overwrite 'src/config/settings.js'? i 「wds」: Project is running at http://10.xxx.xxx.xx/
i 「wds」: webpack output is served from
i 「wds」: Content not from webpack is served from D:\..\..\chartbrew\client\public
i 「wds」: 404s will fallback to /
Starting the development server...

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:69:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (D:\..\..\chartbrew\client\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:417:16)
    at handleParseError (D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:471:10)
    at D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:503:5
    at D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:358:12
    at D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:373:3
    at iterateNormalLoaders (D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
    at iterateNormalLoaders (D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
D:\..\..\chartbrew\client\scripts\start.js:11
  throw err;
  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:69:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (D:\..\..\chartbrew\client\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:417:16)
    at D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:452:10
    at D:\..\..\chartbrew\client\node_modules\webpack\lib\NormalModule.js:323:13
    at D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:367:11
    at D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:233:18
    at context.callback (D:\..\..\chartbrew\client\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
    at D:\..\..\chartbrew\client\node_modules\babel-loader\lib\index.js:59:103 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.17.0

from chartbrew.

razvanilin avatar razvanilin commented on June 2, 2024

I just did a quick test and it seems the UI fails to build on the latest Node v18. I will look into updating webpack to hopefully fix this issue. In the meantime, you can use Node V16 and it should work

from chartbrew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.