Git Product home page Git Product logo

react-way-of-samurai's People

Contributors

dimych 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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-way-of-samurai's Issues

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ]

Добрый день.
Установлен WebStorm 2022.2.3, Node.js v18.12.0
Скачал https://github.com/it-kamasutra : Commit: 26: dialogs structure refactoring; UI-BLL
Скачал как архив и распаковал.
Открыл в WebStorm

Запустил WebStorm, Открыл папку
В терминале запустил

nmp install
nmp start

Не запускается. Браузер показывает.

http://localhost:3000/
This site can’t be reached
localhost refused to connect.

nmp install: log

PS C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring> npm install
up to date, audited 1692 packages in 3s
80 packages are looking for funding    
  run `npm fund` for details
73 vulnerabilities (11 low, 20 moderate, 36 high, 6 critical)
To address issues that do not require attention, run:        
  npm audit fix
To address all issues (including breaking changes), run:     
  npm audit fix --force
Run `npm audit` for details.

npm start log

Starting the development server...

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\util\createHash.js:90:53)
    at NormalModule._initBuildHash (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:386:16)
    at handleParseError (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:434:10)
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:466:5
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:327:12
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:373:3
    at iterateNormalLoaders (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:214:10) 
    at iterateNormalLoaders (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:221:10) 
C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\react-scripts\scripts\start.js:19
  throw err;
  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:133:10)
    at module.exports (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\util\createHash.js:90:53)
    at NormalModule._initBuildHash (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:386:16)
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:418:10
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\webpack\lib\NormalModule.js:293:13
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:367:11
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:233:18
    at context.callback (C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
    at C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring\node_modules\babel-loader\lib\index.js:51:103 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.12.0
PS C:\DelphiStuff\_WebTech\WebStorm\03.React-way-of-samurai\26-dialogs-structure-refactoring>

TypeScript error '=' expected. TS1005

Failed to compile
C:/Users/Viki/Documents/react-way-of-samurai/node_modules/@ant-design/icons/lib/components/AntdIcon.d.ts
TypeScript error in C:/Users/Viki/Documents/react-way-of-samurai/node_modules/@ant-design/icons/lib/components/AntdIcon.d.ts(2,13):
'=' expected. TS1005

1 | import * as React from 'react';

2 | import type { IconDefinition } from '@ant-design/icons-svg/lib/types';
| ^
3 | import type { IconBaseProps } from './Icon';
4 | import { getTwoToneColor, TwoToneColor, setTwoToneColor } from './twoTonePrimaryColor';
5 | export interface AntdIconProps extends IconBaseProps {

а как это оно считает коммиты у тебя ?

а как это оно считает коммиты у тебя ? - если коммитов около 120 шт - а счетчик на гитхаб у тебя показывает 85 шт - тоесть у тебя комиты наверно по дням публикации считает - это ты как то специально делал или это какой то баг гитхаба ?

TypeScript error in /home/dev/react-way-of-samurai/node_modules/pretty-format/build/index.d.ts(7,13):

Когда я запускаю npm start, получаю ошибку:

TypeScript error in /home/dev/react-way-of-samurai/node_modules/pretty-format/build/index.d.ts(7,13):
'=' expected.  TS1005

     5 |  * LICENSE file in the root directory of this source tree.
     6 |  */
  >  7 | import type * as PrettyFormat from './types';
       |             ^
     8 | /**
     9 |  * Returns a presentation string of your `val` object
    10 |  * @param val any potential JavaScript object

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.