alibaba / weex

A framework for building Mobile cross-platform UI
https://weexapp.com/
Apache License 2.0
18.28k stars 2.13k forks source link

执行 weex run ios 时出现错误 run not accessable #2151

Closed charmingzuo closed 3 years ago

charmingzuo commented 7 years ago
[jameszuo TwitchLite]$ weex run ios
ERR! 
 run not accessable 

Usage: weex foo/bar/we_file_or_dir_path  [options]
Usage: weex debug [options] [we_file|bundles_dir]
Usage: weex init

Options:
  --qr          display QR code for PlaygroundApp                      [boolean]
  --smallqr     display small-scale version of QR code for PlaygroundApp,try it
                if you use default font in CLI                         [boolean]
  -o, --output  transform weex we file to JS Bundle, output path must specified
                (single JS bundle file or dir)
                [for create sub cmd]it specified we file output path
                                                 [default: "no JSBundle output"]
  --watch       using with -o , watch input path , auto run transform if change
                happen
  -s, --server  start a http file server, weex .we file will be transforme to JS
                bundle on the server , specify local root path using the option
                                                                        [string]
  --port        http listening port number ,default is 8081        [default: -1]
  --wsport      websocket listening port number ,default is 8082   [default: -1]
  --np          do not open preview browser automatic                  [boolean]
  -f, --force   [for create sub cmd]force to replace exsisting file(s) [boolean]
  --help        Show help                                              [boolean]
  -h, --host                                              [default: "127.0.0.1"]

weex debug -h for Weex debug help information.

for cmd example & more information please visit
https://www.npmjs.com/package/weex-toolkit

info [object Object] 
[jameszuo TwitchLite]$ 

是不是指 run not accessible?

exolution commented 7 years ago

目前并没有这个命令 run 是weexpack 这个工具的命令

exolution commented 7 years ago

请使用npm install -g weexpack 安装 不过我们准备把weexpack放到weex的入口里

YorkShen commented 5 years ago

This PR/issue doesn't receive response since Weex migrated to Apache two years ago and this repository is no longer active yet.

Feel free to ask question in new repository and thanks for your contribution.

Hanks10100 commented 3 years ago

This issue is outdated for a long time and will be closed now. You can create a new one if you still have questions.