mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
ts-node 异常,锁定 typescript 版本
This commit is contained in:
@@ -67,7 +67,7 @@ RUN set -x && \
|
||||
git config --global user.email "qinglong@users.noreply.github.com" && \
|
||||
git config --global user.name "qinglong" && \
|
||||
git config --global http.postBuffer 524288000 && \
|
||||
npm install -g pnpm@8.3.1 pm2 ts-node && \
|
||||
npm install -g pnpm@8.3.1 pm2 ts-node typescript@5 && \
|
||||
rm -rf /root/.cache && \
|
||||
rm -rf /root/.npm && \
|
||||
rm -rf /etc/apt/apt.conf.d/docker-clean && \
|
||||
|
||||
Reference in New Issue
Block a user