Use localtunnel

HJ MOON·2021년 6월 15일
0
npx localtunnel --port 3000 //원하는 포트 
Need to install the following packages:
  localtunnel
Ok to proceed? (y) y
your url is: https://little-warthog-38.loca.lt

Troubleshooting

npm ERR! cb.apply is not a function

npm ERR! A complete log of this run can be found in:

만약 OSX기준, 위와같은 오류가 발생한다면 다음과 같이 확인해볼 수 있다.

>which node
/usr/local/bin/node
>which npx 
/opt/homebrew/bin/npx

brew를 통해 node를 설치한적 있었고 지금은 사용하지 않는데 여전히 npx가 n에의해 버전 관리되는 node의 실행위치와 다른것을 알수 있다. /opt/homebrew/bin으로 이동해서 npx를 삭제해준다.

>which npx 
/usr/local/bin/node
>npx localtunnel --port 8080
Need to install the following packages:
  localtunnel
Ok to proceed? (y) y
your url is: https://little-warthog-38.loca.lt
profile
@_@ 빠르게 변하는 세상

0개의 댓글