You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`| Building module: bindings, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
× Rebuild Failed
An unhandled error occurred inside electron-rebuild
node-gyp failed to rebuild 'C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules@serialport\bindings'.
Error: gyp failed with exit code: 1
Error: node-gyp failed to rebuild 'C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules@serialport\bindings'.
Error: gyp failed with exit code: 1
at ModuleRebuilder.rebuildNodeGypModule (C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules\electron-rebuild\lib\src\module-rebuilder.js:193:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Rebuilder.rebuildModuleAt (C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules\electron-rebuild\lib\src\rebuild.js:190:9)
at async Rebuilder.rebuild (C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules\electron-rebuild\lib\src\rebuild.js:152:17)
at async C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules\electron-rebuild\lib\src\cli.js:146:9
https://docs.playentry.org/guide/basic/setting_environment.html <<이 링크 사이트에서 순서대로 따라했습니다. 이 중 entryjs를 yarn serve로 실행했을 때, http://127.0.0.1:8080/가 나옵니다. (단, 이 오류가 cmd창에 뜹니다. <e> [webpack-dev-server] [HPM] Error occurred while proxying request 127.0.0.1:8080/entry.css?83c8cb943682641c4ecb to http://localhost:8080/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors) <e> [webpack-dev-server] [HPM] Error occurred while proxying request 127.0.0.1:8080/entry.js?83c8cb943682641c4ecb to http://localhost:8080/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
entry-hw는 yarn setting을 실행하면, 맨 윗줄에 올린 오류가 나옵니다. vs2017도 설치해보고, 다양한 버전도 사용해 봤지만, 해결하지 못했습니다. 이를 어떻게 해결하면 될까요?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Select Topic Area
Question
Body
`| Building module: bindings, Completed: 0gyp: name 'openssl_fips' is not defined while evaluating condition 'openssl_fips != ""' in binding.gyp while trying to load binding.gyp
× Rebuild Failed
An unhandled error occurred inside electron-rebuild
node-gyp failed to rebuild 'C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules@serialport\bindings'.
Error:
gyp
failed with exit code: 1Error: node-gyp failed to rebuild 'C:\Users\seoungwooha\Desktop\unst\src\entry-hw\node_modules@serialport\bindings'.
Error:
gyp
failed with exit code: 1error Command failed with exit code 4294967295.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`
https://docs.playentry.org/guide/basic/setting_environment.html <<이 링크 사이트에서 순서대로 따라했습니다. 이 중 entryjs를 yarn serve로 실행했을 때, http://127.0.0.1:8080/가 나옵니다. (단, 이 오류가 cmd창에 뜹니다.
<e> [webpack-dev-server] [HPM] Error occurred while proxying request 127.0.0.1:8080/entry.css?83c8cb943682641c4ecb to http://localhost:8080/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors) <e> [webpack-dev-server] [HPM] Error occurred while proxying request 127.0.0.1:8080/entry.js?83c8cb943682641c4ecb to http://localhost:8080/ [ECONNREFUSED] (https://nodejs.org/api/errors.html#errors_common_system_errors)
entry-hw는 yarn setting을 실행하면, 맨 윗줄에 올린 오류가 나옵니다. vs2017도 설치해보고, 다양한 버전도 사용해 봤지만, 해결하지 못했습니다. 이를 어떻게 해결하면 될까요?
Beta Was this translation helpful? Give feedback.
All reactions