C:\Windows\System32>npm install -g cordova@latest
npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning ECONNABORTED: request to https://registry.npmjs.org/debug failed, reason: write ECONNABORTED
npm WARN registry Using stale data from https://registry.npmjs.org/ due to a request error during revalidation.
npm ERR! code ECONNABORTED
npm ERR! errno ECONNABORTED
npm ERR! request to https://registry.npmjs.org/forwarded failed, reason: write ECONNABORTED

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\사용자계정\AppData\Roaming\npm-cache\_logs\2020-10-20T07_51_44_019Z-debug.log

C:\Windows\System32>npm config set registry http://registry.npmjs.org/
C:\Windows\System32>npm config set strict-ssl false

C:\Windows\System32>npm install -g cordova@latest
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
C:\Users\사용자계정\AppData\Roaming\npm\cordova -> C:\Users\사용자계정\AppData\Roaming\npm\node_modules\cordova\bin\cordova
+ cordova@10.0.0
added 396 packages from 248 contributors in 34.244s

'IT' 카테고리의 다른 글

유투브 라이브 방송  (0) 2021.05.09
before Starting of Machine Learning  (0) 2020.09.01
Syntaxhighlighter 설정하여 프로그램 코드 넣어 표현하기  (0) 2018.03.17
Pinterest에 대해서  (0) 2018.03.03
ELK에 대해서  (0) 2018.03.03

xe3로 홈페이지를 만든후 비밀번호재설정을 하려하면 메일발송으로 진행된다.

이때 smtp설정이 필요한데

gmail로 진행될 경우 2단계 인증으로 방식을 바꿔야 한다.

 

에러 로그를 잘 보고 판단하자. 

SMTP server with username "~~@~~~" using 3 possible authenticators

이런 에러나 난다면..... 2단계로 인증방식을 바꾸면 된다.

 

1. www.google.com/landing/2step/ 2단계인증방식 활성화

2. security.google.com/settings/security/apppasswords

    Select the app and device you want to generate the app password for.

    - others(custom name)으로 생성한후 패스워드를 등록하여 generate 

3. config/mail.php 항목

    usename -> 자신의gmail주소

    password -> generate된 패스워드

 

이렇게 세팅하고 비밀번호재설정하면 메일이 발송된다. 발송된 메일은 gmail 보낸편지함에서 확인가능하다

'오픈소스 > Xpress Engine' 카테고리의 다른 글

[XE3] 익스텐션 추가후 사이트 에러  (0) 2020.07.26
[xe3] .htaccess 파일, phpMyAdmin access확인하기  (0) 2020.07.09
XE3 설치  (0) 2020.05.26

파이선 참고자료

 

documents : https://docs.python.org/ko/3/tutorial/index.html

formatters : https://pyformat.info/

w3강좌 : https://www.w3schools.com/python/python_getstarted.asp

예제 300 : wikidocs.net/book/922

'프로그래밍' 카테고리의 다른 글

Python 사용시 SSL에러관련  (0) 2020.08.05

+ Recent posts