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..
기본적으로 node.js와 npm설치 필수 개발OS는 윈도우 기준으로 설명하겠습니다 1. vue설치 cmd에서 아래 명렁어들을 입력 npm install -g @vue/cli @vue/cli-init vue -V vue -V 오류시 vu.js 설치 후 오류 const wslToWindowsPath = async path npm install -g @vue/cli @vue/cli-init 로 설치 후 vue -V 시 오류 발생 const wslToWindowsPath = async path => { ^^^^ SyntaxError: U.. voidfunction-e.tistory.com 2. nuxt.js 설치하기 vue init nuxt-community/starter-template my-project ..
npm does not support Node.js You should probably upgrade to a newer version of node as we can't make any promises that npm will work with this version. Supported releases of Node.js are the latest release of 4,6,7,8 You can find the latest version at https//nodejs.org/ npmERR! cb.apply is not a function 해결방법 순서대로 진행하시면됩니다 1) C:\Users\minkyu\AppData\Roaming 디렉토리 안에 npm, npm-cahe 디렉토리 삭제 2) npm ca..
npm install -g @vue/cli @vue/cli-init 로 설치 후 vue -V 시 오류 발생 const wslToWindowsPath = async path => { ^^^^ SyntaxError: Unexpected identifier at Object.exports.runInThisContext at Module._compile 블라블라 해결방법 예전 버전 node.js삭제 후 최신버전 설치 참고자료 stackoverflow.com/questions/55532439/how-to-fix-node-module-live-server-to-use-requireopen-instead-of-requireop github.com/tapio/live-server/issues/305
계정생성 / (계정삭제 : userdel) adduser [계정이름] (필요시) chown -R $USER.$USER /home/example/public_html (가상호스트 설정 복사) cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/example.conf (설정 편집) vi /etc/apache2/sites-available/example (설정 활성화) a2ensite example service apache2 reload 참고사이트 www.happyjung.com/lecture/2832 blog.lael.be/post/73 ----------- 아파치 재시작 에러코드확인 cd /etc/apache2 apa..
onClick="this.disabled=true;"
youtu.be/eVh8XYo1Njg forum.xda-developers.com/apps/magisk/official-magisk-v7-universal-systemless-t3473445 Magisk - The Magic Mask for Android forum.xda-developers.com
요즘 #Foodie 라는 어플의 필터 중 #만화필터 사용에 재미들려서 음식사진 찍을때마다 사용하고있습니다 ㅎ 코로나 때문에 놀러가지는 못하고 예전에 찍은 사진으로 하는데 재밌네요^^ 이분 사진찍은거 보니 #아이스아메리카노 #치즈케이크 에 필터를 사용하셨네요 ㅎ 오늘 미리 주문한 퇴직기념패가 왔습니다. 일정이 빠듯해서 최대한 빨리 주문했는데 정말 빨리 제작되어서 왔더라구요 빨리 제작을 진행해서 퀄리티 문제도 걱정했는데 걱정과는 달리 퀄리티도 만족스럽고 무엇보다 주문, 제작, 배송 이 3가지가 빠르고 정확하게 진행되어서 만족했습니다 ^^ 어떻게 마음을 전할까 고민고민 하다가 기존에 샘플로 준비되어 있는 글을 보고 마음에 들어서 주문했는데요. 시안을 넘겨주고 검토 후 다시 시안 확인 문자가 왔더라구요 제가 최..
1)iptable vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 8080 -j ACCEPT -A INPUT -p tcp -m tcp --dport 3306 -j ACCEPT 2)php short_open_tag = On display_errors = On //sql.safe_mode = On date.timezone = "Asia/Seoul" allow_url_fopen = Off memory_limit = 256M //스크립트 마다의 최대 메모리 소비량 post_max_size = 100M //..
처음 mysql 설치하고 난 뒤에는 비밀번호가 설정되어있어서 바로 접속이 가능합니다. 하지만 보안상 비밀번호를 설정하는게 좋겠죠? 1)암호 설정 mysqladmin -u root -p password 'xxxxxx' 2)실행하면 비밀번호를 물어봅니다. 첨엔 비밀번호가 없으니 그냥 엔터 3)mysql접속 확인 mysql -u root -p
1)php 및 모듈 확인 rpm -qa php rpm -qa | grep php 2)완전삭제 yum -y remove php* 3) 먼저 epel-releaseyum 저장소를 추가한다 yum install epel-release 운영체제 버전에 맞는 remi-release 설치 rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm (centos8) sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm yum --enablerepo=remi-php72 install php yum --enablerepo=remi-php72 install..
.htaccess 추가 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 작동완료 https://sir.kr/g5_tip/8916 자세한 내용은 여기참고 https://xetown.com/tips/147293 SSL 도입으로 http -> https 변환시에 주소 리다이렉트 시키기 여기 계신 분들이라면 당연히 다 알고 계시겠지만 문제는 인터넷에 나와 있는 한국말로 된 팁들이 대부분 어딘가 빠져 있거나 허술하거나 잘못되어 있더군요 저도 그것들을 믿고 실행했다가 작동이 안 되거나, 최상위 주소만 되고 세부주소는 안되거나 (예: xetown.com 만 되고 xetown.c..