묻고 답해요
141만명의 커뮤니티!! 함께 토론해봐요.
인프런 TOP Writers
-
미해결따라하며 배우는 노드, 리액트 시리즈 - 쇼핑몰 사이트 만들기[전체 리뉴얼]
npm install 오류
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. Boiler Plate 가져올 때 npm install 에서 오류있습니다. 혹시 해결방법을 알 수 있을까요? PS E:\React_Git\boilerplate-mern-stack> node -v v12.18.3 PS E:\React_Git\boilerplate-mern-stack> python -v Python PS E:\React_Git\boilerplate-mern-stack> npm install > bcrypt@3.0.8 install E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Pre-built binaries not installable for bcrypt@3.0.8 and node@12.18.3 (node-v72 ABI, unknown) (falling back to source compile with node-gyp) node-pre-gyp WARN Hit error Remote end closed socket abruptly. gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used gyp ERR! find Python - "python2" is not in PATH or produced an error gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python checking if the py launcher can be used to find Python 2 gyp ERR! find Python - "py.exe" is not in PATH or produced an error gyp ERR! find Python checking if Python is C:\Python27\python.exe gyp ERR! find Python - "C:\Python27\python.exe" could not be run gyp ERR! find Python checking if Python is C:\Python37\python.exe gyp ERR! find Python - "C:\Python37\python.exe" could not be run gyp ERR! find Python gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "C:\Path\To\python.exe" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python ********************************************************** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:307:47) gyp ERR! stack at PythonFinder.runChecks (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:136:21) gyp ERR! stack at PythonFinder.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:225:16) gyp ERR! stack at PythonFinder.execFileCallback (C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\lib\find-python.js:271:16) gyp ERR! stack at exithandler (child_process.js:310:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:322:5) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:273:12) gyp ERR! stack at onErrorNT (internal/child_process.js:469:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:21) gyp ERR! System Windows_NT 10.0.19042 gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fallback-to-build" "--module=E:\\React_Git\\boilerplate-mern-stack\\node_modules\\bcrypt\\lib\\binding\\bcrypt_lib.node" "--module_name=bcrypt_lib" "--module_path=E:\\React_Git\\boilerplate-mern-stack\\node_modules\\bcrypt\\lib\\binding" "--napi_version=6" "--node_abi_napi=napi" "--napi_build_version=0" "--node_napi_label=node-v72" gyp ERR! cwd E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt gyp ERR! node -v v12.18.3 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt\lib\binding --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (E:\React_Git\boilerplate-mern-stack\node_modules\node-pre-gyp\lib\util\compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:315:20) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1021:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) node-pre-gyp ERR! System Windows_NT 10.0.19042 node-pre-gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "E:\\React_Git\\boilerplate-mern-stack\\node_modules\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt node-pre-gyp ERR! node -v v12.18.3 node-pre-gyp ERR! node-pre-gyp -v v0.14.0 node-pre-gyp ERR! not ok Failed to execute 'C:\Program Files\nodejs\node.exe C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --module=E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt\lib\binding\bcrypt_lib.node --module_name=bcrypt_lib --module_path=E:\React_Git\boilerplate-mern-stack\node_modules\bcrypt\lib\binding --napi_version=6 --node_abi_napi=napi --napi_build_version=0 --node_napi_label=node-v72' (1) npm WARN react-redux@5.1.2 requires a peer of react@^0.14.0 || ^15.0.0-0 || ^16.0.0-0 but none is installed. You must install peer dependencies yourself. npm WARN react-redux@5.1.2 requires a peer of redux@^2.0.0 || ^3.0.0 || ^4.0.0-0 but none is installed. You must install peer dependencies yourself. npm WARN react-boiler-plate@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.12 (node_modules\fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.12: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! bcrypt@3.0.8 install: `node-pre-gyp install --fallback-to-build` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the bcrypt@3.0.8 install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\woong\AppData\Roaming\npm-cache\_logs\2022-02-07T04_24_25_876Z-debug.log
-
미해결설계독학맛비's 실전 Verilog HDL Season 1 (Clock부터 Internal Memory까지)
vivado 실행 display 관련 에러(해결완료)
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아요! - 먼저 유사한 질문이 있었는지 검색해보세요. - 서로 예의를 지키며 존중하는 문화를 만들어가요. - 잠깐! 인프런 서비스 운영 관련 문의는 1:1 문의하기를 이용해주세요. 최종 vivado 실행 단계에서 display error 가 발생했습니다. display ip 를 변경하기 위해 export 실행도 했는데도 안됩니다. 도와주세요...
-
미해결설계독학맛비's 실전 Verilog HDL Season 1 (Clock부터 Internal Memory까지)
설치과정 질문
안녕하세요 맛비님 이번에 강의를 듣게된 학생입니다. 설치 강의 영상 22분 58초 나오는데로 입력을 하였는데 You have to accept the EULA to proceed with this installation. To accept the EULA, specify the option --agree XilinxEULA,3rdPartyEULA,WebTalkTerms usage: xsetup [-a <arg>] [-b <arg>] [-c <arg>] [-e <arg>] [-h] [-l <arg>] [-p <arg>] [-x] Xilinx Installer - Command line argument list. -a,--agree <arg> Agree to the required terms and conditions. [XilinxEULA,3rdPartyEULA,WebTalkTerms] -b,--batch <arg> Runs installer in batch mode and executes the specified action. Valid actions are [AuthTokenGen, ConfigGen, Install, Uninstall, Add, Update]. AuthTokenGen is used to generate an authentication token that will be used by the batch mode webinstaller to download install content. ConfigGen is used to generate a config file as described below. Install is use for a fresh installation. Uninstall is for uninstalling an existing installation. Add is for adding tools or devices to an existing installation. Update is for installing an update release from Xilinx. -c,--config <arg> File defining install configuration. It is recommended to use a configuration file for batch install. To generate a configuration file, run xsetup -b ConfigGen. This file will contain the default install selections, which you can then change as needed by setting a value to 1(select) or 0(de-select) within the file. It is recommended that you generate this reference for each new quarterly release, so that new devices, tools, options or other changes will be accounted for in your configuration file. -e,--edition <arg> Name of the edition that should be installed. This option is not needed if using -c with a config file since the edition is included in the config file. -h,--help Display this help text. -l,--location <arg> The destination location of the installation. This option is not needed if using -c with a config file since the location is included in the config file. -p,--product <arg> Name of the product that should be installed. This option is not needed if using -c with a config file since the product is included in the config file. -x,--xdebug Run installer in debug mode Examples: Generate authentication token: xsetup -b AuthTokenGen Generate a config file: xsetup -b ConfigGen (generate and modify as needed). Install using a config file: xsetup -a XilinxEULA,3rdPartyEULA,WebTalkTerms -b Install -c install_config.txt. If you do not wish to use a config file, you must provide the -l and -e. The -e choices for a given release can be found by generating a config file and copying the edition name from the resulting config file. When you do not use a config file, the default install options will be used for your installation. Example installing without a config file: xsetup --agree 3rdPartyEULA,WebTalkTerms,XilinxEULA --batch Install --edition "SDx Development Environments" --location "C:\Xilinx". The batch mode also supports uninstallation and upgrades (adding additional tools and devices). For example, if you install the Xilinx software to <user home>/Xilinx, go to <user home>/Xilinx/.xinstall/<product>_<version> To uninstall: xsetup -b Uninstall. To add devices or tools: xsetup -b Add -a XilinxEULA,3rdPartyEULA,WebTalkTerms -c <configfile>. 설치가 진행되지 않고 다음과 같은 문구가 떠서 질문 드립니다. 어디서 문제가 발생한건지 궁금합니다.
-
미해결Vue.js 끝장내기 - 실무에 필요한 모든 것
npm i 명령어 수행 중 ETIMEDOUT 오류
[작업 수행 순서] 1. vue-til-server 터미널 창 열기 (bash) 2. node -v 확인 (v10.16.3) 3. npm i 명령어 입력 4. 아래 로그 출력 후 오랜 시간 대기 \ extract:swagger-ui-express: verb lock using C:\Users\USER\AppData\Roaming\npm-cache\_locks\staging-cb9e5be181eeb2af.lock for C:\Users\USER\Desktop\스터디\vue\workspace\vue-endgame\vue- 5. 아래 오류 로그 확인 npm WARN server@1.0.0 No repository field. npm ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request to https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz failed, reason: connect ETIMEDOUT 104.16.20.35:443 npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or have bad network settings. npm ERR! network npm ERR! network If you are behind a proxy, please make sure that the npm ERR! network 'proxy' config is set properly. See: 'npm help config' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\USER\AppData\Roaming\npm-cache\_logs\2021-08-01T10_14_53_029Z-debug.log [질문] 위 오류 관련 대처 방법 알려주시면 감사하겠습니다! 현재 네트워크는 핸드폰 핫스팟을 통해 와이파이 사용중입니다!
-
미해결
pip install pymsql ERROR: Could not find a version that satisfies the requirement pymsql ERROR: No matching distribution found for pymsql
설치가 왜 안될까요 ㅜㅜ 도와주세요 에러가납니다