您好,登錄后才能下訂單哦!
1)安裝npm包管理器
apt-get install npm
2)安裝nodejs包管理器
apt-get install nodejs
3)運行npm安裝http-server
npm install http-server -g
提示出錯
/usr/bin/env: node: No such file or directory
原因
因為npm執行的時候默認是使用/usr/bin/node去執行的,但本地是沒有/usr/bin/node的,所以需要創建一個軟鏈接,鏈接到真正的nodejs上,執行如下指令
ln -s /usr/bin/nodejs /usr/bin/node
4)在janus-gateway的html路徑下啟動http-server
root@4c9f329b2677:/home/dong/janus-src/janus-gateway/html# http-server
Starting up http-server, serving ./
Available on:
? http://127.0.0.1:8080
? http://172.18.0.13:8080
Hit CTRL-C to stop the server
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。