0

我有问题。
我想导入打字稿编译器。
然后我尝试了这个命令:bit import bit.envs/compilers/typescript --compiler

但它不起作用。这是错误消息:

bit import [ids...]

import components into your current workspace.
  https://docs.bit.dev/docs/sourcing-components
  you can use a pattern for multiple ids, such as bit import "utils/*". (wrap the pattern with quotes to avoid collision with shell commands)

Options
  -p, --path                  import components into a specific directory  [string]
  -o, --objects               import components objects only, don't write the components to the file system. This is a default behavior for import with no id  [boolean]
  -d, --display-dependencies  display the imported dependencies  [boolean]
  -O, --override              override local changes  [boolean]
  -v, --verbose               showing verbose output for inspection  [boolean]
  -j, --json                  return the output as JSON  [boolean]
      --conf                  write the configuration file (component.json) of the component (harmony components only)  [boolean]
      --skip-npm-install      do not install packages of the imported components. (it automatically enables save-dependencies-as-components flag)  [boolean]
  -m, --merge                 merge local changes with the imported version. strategy should be "theirs", "ours" or "manual"  [string]
      --dependencies          EXPERIMENTAL. import all dependencies and write them to the workspace  [boolean]
      --dependents            EXPERIMENTAL. import component dependents to allow auto-tag updating them upon tag  [boolean]
      --skip-lane             EXPERIMENTAL. when checked out to a lane, do not import the component into the lane, save it on main  [boolean]
      --all-history           relevant for fetching all components objects. avoid optimizations, fetch all history versions, always  [boolean]

Global
  -h, --help           show help
      --token <token>  authentication token
      --log            print log messages to the screen, options are: [trace, debug, info, warn, error, fatal], the default is info
      --safe-mode      bootstrap the bare-minimum with only the CLI aspect. useful mainly for low-level commands when bit refuses to load

Unknown argument: compiler

也许编译器选项没有进入位导入...<br />这是我的版本信息:

current (used) bvm version: 0.0.30
latest available bvm version: 0.0.30

current (used) bit version: 0.0.555
latest installed bit version: 0.0.555
latest available bit version: 0.0.555

请帮帮我……</p>

4

2 回答 2

2

compiler标志在 0.0.537 中被删除

获得 bit.dev 答案的最佳地点是他们的社区 Slack:https ://join.slack.com/t/bit-dev-community/shared_invite/zt-o2tim18y-UzwOCFdTafmFKEqm2tXE4w 。

于 2021-12-12T14:30:12.600 回答
0

“编译器”是一个遗留解决方案 - Bit 现在拥有更全面的“环境”属性。在此处了解更多信息 - https://harmony-docs.bit.dev/aspects/envs/

于 2022-01-23T16:49:56.910 回答