Giter Club home page Giter Club logo

piral-microfrontend-demo's People

Contributors

dependabot[bot] avatar florianrappl avatar nmalyschkin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

piral-microfrontend-demo's Issues

UnhandledPromiseRejectionWarning on run

Hello, I am hitting an UnhandledPromiseRejectionWarning with run.

Error: ENOENT: no such file or directory, lstat '/home/jdevoo/playground/piral-microfrontend-demo/team-blue/node_modules/react-dom/unstable-fizz.browser.js'

Here's what I see when I grep react-dom in package-lock.json

    "@types/react-dom": {
      "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.9.tgz",
    "react-dom": {
      "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.1.tgz",

The 16.9.9 has no unstable-fizz.browser.js in the directory as indicated by the warning.
Any ideas how I can get past this?

There is a short "Error: not_found` transition screen

image
It seems to be because of the asynchronous problem. Is it adjusted to the following to fix this problem?
image

Here is just an example, you may have a better solution, in the logic of controlling the loading of the pilet.

In installing receive the error "error:0308010C:digital envelope routines::unsupported"

Triyng to follow the instructions in readme launching "./install.sh" file I always receive errors.
Trying to generate evgery application, for the app-shell, the command "npm run build" gives the error "Error: error:0308010C:digital envelope routines::unsupported"

What can I do?

Session transcript:

sysop@m01serv:~/software/test/PIRAL/piral-microfrontend-demo$ cd app-shell/
sysop@m01serv:~/software/test/PIRAL/piral-microfrontend-demo/app-shell$ npm i

up to date, audited 870 packages in 1s

77 packages are looking for funding
  run `npm fund` for details

7 high severity vulnerabilities

To address issues that do not require attention, run:
  npm audit fix

To address all issues, run:
  npm audit fix --force

Run `npm audit` for details.
sysop@m01serv:~/software/test/PIRAL/piral-microfrontend-demo/app-shell$ npm run build

> [email protected] build
> piral build

Bundle emulator ...
Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:67:19)
    at Object.createHash (node:crypto:135:10)
    at module.exports (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:471:10)
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:503:5
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:358:12
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/loader-runner/lib/LoaderRunner.js:186:6
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:135:10)
    at module.exports (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:417:16)
    at handleParseError (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:471:10)
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:503:5
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/webpack/lib/NormalModule.js:358:12
    at /home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/loader-runner/lib/LoaderRunner.js:373:3
    at iterateNormalLoaders (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/node_modules/loader-runner/lib/LoaderRunner.js:214:10)
    at iterateNormalLoaders (/home/sysop/software/test/PIRAL/piral-microfrontend-demo/app-shell/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.9.0
sysop@m01serv:~/software/test/PIRAL/piral-microfrontend-demo/app-shell$ 

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.