GithubHelp home page GithubHelp logo

create-elm-app error about create-elm-app HOT 2 CLOSED

qknight avatar qknight commented on September 26, 2024
create-elm-app error

from create-elm-app.

Comments (2)

qknight avatar qknight commented on September 26, 2024

I did now a

choco uninstall nodist

And installed node via nvm-windows.

PS C:\Windows\System32> node -v
v20.5.1
PS C:\Windows\System32> npm -v
9.8.0

And now I see:

PS C:\Users\qknight\Desktop\Projects\my-dashboard-ng2> elm-app start
(node:20444) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
i 「wds」: Project is running at http://172.19.64.1/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from C:\Users\qknight\Desktop\Projects\my-dashboard-ng2\public
i 「wds」: 404s will fallback to /index.html
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:138:10)
    at module.exports (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:417:16)
    at handleParseError (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:471:10)
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:503:5
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:358:12
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:373:3
    at iterateNormalLoaders (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
    at iterateNormalLoaders (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\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:138:10)
    at module.exports (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\util\createHash.js:135:53)
    at NormalModule._initBuildHash (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:417:16)
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:452:10
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\webpack\lib\NormalModule.js:323:13
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:367:11
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:233:18
    at context.callback (C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
    at C:\Users\qknight\AppData\Roaming\nvm\v20.5.1\node_modules\create-elm-app\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 v20.5.1

from create-elm-app.

qknight avatar qknight commented on September 26, 2024

I've installed node 18 now but in the end this command made it work:

# for Windows PowerShell
$env:NODE_OPTIONS="--openssl-legacy-provider"

https://www.datainfinities.com/49/error-0308010C-digital-envelope-routines-unsupported

from create-elm-app.

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.