SAP / risk-explorer-for-software-supply-chains

A taxonomy of attacks on software supply chains in the form of an attack tree, based on and linked to numerous real-world incidents and other resources. The taxonomy as well as related safeguards can be explored using an interactive visualization tool.
https://sap.github.io/risk-explorer-for-software-supply-chains/
Apache License 2.0
71 stars 14 forks source link

[bug] build failed with latest project source code #86

Closed highkay closed 1 year ago

highkay commented 1 year ago

I just follow the instruction in readme , just run npm install and npm run start , but got a lot error, I am not familier with react-script so I could not fix it.

Failed to compile.

Attempted import error: 'withEmotionCache' is not exported from '@emotion/react' (imported as 'withEmotionCache').
WARNING in [eslint] 
src/components/legend/Legend.jsx
  Line 2:8:   'Select' is defined but never used        no-unused-vars
  Line 2:18:  'components' is defined but never used    no-unused-vars
  Line 2:30:  'ControlProps' is defined but never used  no-unused-vars

src/components/taxonomy/Taxonomy.jsx
  Line 152:60:  Function declared in a loop contains unsafe references to variable(s) 'chipsList', 'chipsList'                                                                                                                                                                     no-loop-func
  Line 192:43:  Function declared in a loop contains unsafe references to variable(s) 'mapped_safeguards', 'i'                                                                                                                                                                     no-loop-func
  Line 202:43:  Function declared in a loop contains unsafe references to variable(s) 'mapped_safeguards', 'i'                                                                                                                                                                     no-loop-func
  Line 773:57:  Function declared in a loop contains unsafe references to variable(s) 'parent'                                                                                                                                                                                     no-loop-func
  Line 810:44:  eval can be harmful                                                                                                                                                                                                                                                no-eval
  Line 843:65:  Function declared in a loop contains unsafe references to variable(s) 'parent'                                                                                                                                                                                     no-loop-func
  Line 891:44:  eval can be harmful                                                                                                                                                                                                                                                no-eval
  Line 970:8:   React Hook useEffect has missing dependencies: 'avFromLink', 'currentUrlParams', 'navigate', 'onPressHandler_avLink', 'onPressHandler_examples', 'onPressHandler_references', and 'onPressHandler_safeguards'. Either include them or remove the dependency array  react-hooks/exhaustive-deps

src/pages/attackvectors/Attackvectors.jsx
  Line 34:54:  Function declared in a loop contains unsafe references to variable(s) 'chipsList', 'chipsList'  no-loop-func

src/pages/home/Home.jsx
  Line 22:10:  'createTheme' is defined but never used    no-unused-vars
  Line 22:23:  'ThemeProvider' is defined but never used  no-unused-vars

src/pages/safeguards/Safeguards.jsx
  Line 36:54:  Function declared in a loop contains unsafe references to variable(s) 'chipsList', 'chipsList', 'chipsList'  no-loop-func

ERROR in ./node_modules/.store/@emotion+styled@11.6.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js 75:17-33
export 'withEmotionCache' (imported as 'withEmotionCache') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@emotion+styled@11.6.0/node_modules/@emotion/styled/base/dist/emotion-styled-base.browser.esm.js 85:39-51
export 'ThemeContext' (imported as 'ThemeContext') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@fortawesome+react-fontawesome@0.1.16/node_modules/@fortawesome/react-fontawesome/index.es.js 1:0-64
Module not found: Error: Can't resolve '@fortawesome/fontawesome-svg-core' in '/Users/highkay/git/risk-explorer-for-software-supply-chains/node_modules/.store/@fortawesome+react-fontawesome@0.1.16/node_modules/@fortawesome/react-fontawesome'

ERROR in ./node_modules/.store/@mui+styled-engine@5.11.11/node_modules/@mui/styled-engine/GlobalStyles/GlobalStyles.js 14:27-33
export 'Global' (imported as 'Global') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@mui+styled-engine@5.11.11/node_modules/@mui/styled-engine/StyledEngineProvider/StyledEngineProvider.js 21:50-63
export 'CacheProvider' (imported as 'CacheProvider') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@mui+styled-engine@5.11.11/node_modules/@mui/styled-engine/index.js 37:0-62
export 'ThemeContext' (reexported as 'ThemeContext') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@mui+styled-engine@5.11.11/node_modules/@mui/styled-engine/index.js 37:0-62
export 'keyframes' (reexported as 'keyframes') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/@mui+styled-engine@5.11.11/node_modules/@mui/styled-engine/index.js 37:0-62
export 'css' (reexported as 'css') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 24:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 197:25-28
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 197:51-54
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 199:20-23
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 203:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 203:35-38
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 205:42-45
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 519:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 522:22-25
export 'css' (imported as 'css') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 793:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/Select-09b3775e.esm.js 793:50-53
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 568:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 600:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 630:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 647:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 726:24-27
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 732:13-16
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 760:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 795:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 821:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 849:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 859:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 861:13-16
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 866:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 868:13-16
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 898:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 904:30-33
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 913:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 919:30-33
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 943:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 953:27-36
export 'keyframes' (imported as 'keyframes') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 977:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 978:22-27
export 'css' (imported as 'css$2') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 996:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1002:18-21
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1005:6-9
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1008:6-9
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1055:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1085:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1090:18-21
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1095:14-17
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1119:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1184:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1190:5-8
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1252:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1259:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1261:30-33
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1279:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1279:13-23
export 'ClassNames' (imported as 'ClassNames') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1282:11-14
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1291:7-10
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1299:18-21
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1345:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1375:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/index-c7a4d7ce.esm.js 1406:9-12
export 'jsx' (imported as 'jsx') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

ERROR in ./node_modules/.store/react-select@5.2.1/node_modules/react-select/dist/react-select.esm.js 48:46-59
export 'CacheProvider' (imported as 'CacheProvider') was not found in '@emotion/react' (possible exports: Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, cloneElement, createContext, createElement, createFactory, createRef, forwardRef, isValidElement, lazy, memo, useCallback, useContext, useDebugValue, useEffect, useImperativeHandle, useLayoutEffect, useMemo, useReducer, useRef, useState, version)

webpack compiled with 64 errors and 1 warning

my node version is node -v v18.12.0

piergiorgioladisa commented 1 year ago

In my configuration works fine. I'm using node v19.7.0. Maybe just try to update your node server. I'm closing this as it's not a bug of the tool.