V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ch563
V2EX  ›  Node.js

发呆时为了不让隔壁妹子发现,搞个命令行模拟工具

  •  
  •   ch563 · 4 小时 39 分钟前 · 1095 次点击

    参考 RUST 项目 Genact ,使用 nodejs 搞个命令行模拟工具 fakeact,模拟各种框架的下载安装编译。

    免安装使用:

    npx fakeact
    

    全局安装:

    npm i fakeact -g
    

    使用:

    fakeact -m composer
    

    6 条回复    2024-12-17 18:19:53 +08:00
    channg
        1
    channg  
       4 小时 0 分钟前
    ~ npx fakeact
    npx: 24 安装成功,用时 2.743 秒

    const segmenter = new Intl.Segmenter();
    ^

    TypeError: Intl.Segmenter is not a constructor
    at file:///Users/xuezhiwen/.npm/_npx/79871/lib/node_modules/fakeact/node_modules/string-width/index.js:5:19
    at ModuleJob.run (internal/modules/esm/module_job.js:183:25)
    at async Loader.import (internal/modules/esm/loader.js:178:24)
    at async Object.loadESM (internal/process/esm_loader.js:68:5)
    at async handleMainPromise (internal/modules/run_main.js:59:12)
    pckillers
        2
    pckillers  
       3 小时 56 分钟前
    挺好,现在是 genact 用户,但是上次还是一眼被同事看穿了。
    pckillers
        3
    pckillers  
       3 小时 52 分钟前
    如果楼主能提供打包好的 docker 镜像就好了。
    lrh3321
        4
    lrh3321  
       3 小时 37 分钟前
    Windows 电脑直接用 Loaf 模拟蓝屏,还能顺便骂巨硬一顿
    ch563
        5
    ch563  
    OP
       16 分钟前
    @channg 这看着像是 node 版本低不兼容,是 node14?
    ch563
        6
    ch563  
    OP
       14 分钟前
    @pckillers 收到,立刻研究学习打包 docker 镜像
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3799 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 10:34 · PVG 18:34 · LAX 02:34 · JFK 05:34
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.