react native安装

倾然丶 夕夏残阳落幕 提交于 2019-12-10 08:05:18
Last login: Wed May 11 21:38:13 on console zcldeMacBook-Air:~ zcl$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ;==> This script will install: /usr/local/bin/brew /usr/local/Library/... /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew ==> The following directories will be made group writable: /usr/local/. /usr/local/bin ==> The following directories will have their owner set to zcl: /usr/local/. /usr/local/bin ==> The following directories will have their group set to admin: /usr/local/. /usr/local/bin Press RETURN to continue or any other key to abort zcldeMacBook-Air:~ zcl$ zcldeMacBook-Air:~ zcl$ brew install node -bash: brew: command not found zcldeMacBook-Air:~ zcl$ brew install node -bash: brew: command not found zcldeMacBook-Air:~ zcl$ brew -v -bash: brew: command not found zcldeMacBook-Air:~ zcl$ sudo usage: sudo -h | -K | -k | -L | -V usage: sudo -v [-AknS] [-g groupname|#gid] [-p prompt] [-u user name|#uid] usage: sudo -l[l] [-AknS] [-g groupname|#gid] [-p prompt] [-U user name] [-u user name|#uid] [-g groupname|#gid] [command] usage: sudo [-AbEHknPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user name|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [] usage: sudo -e [-AknS] [-C fd] [-g groupname|#gid] [-p prompt] [-u user name|#uid] file ... zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ su root Password: su: Sorry zcldeMacBook-Air:~ zcl$ sudo passwd root Password: Sorry, try again. Password: Changing password for root. New password: Retype new password: zcldeMacBook-Air:~ zcl$ su root Password: sh-3.2# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Don't run this as root! sh-3.2# su zcl bash-3.2$ sudo zcl sudo: zcl: command not found bash-3.2$ x bash: x: command not found bash-3.2$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ==> This script will install: /usr/local/bin/brew /usr/local/Library/... /usr/local/share/doc/homebrew /usr/local/share/man/man1/brew.1 /usr/local/share/zsh/site-functions/_brew /usr/local/etc/bash_completion.d/brew ==> The following directories will be made group writable: /usr/local/. /usr/local/bin ==> The following directories will have their owner set to zcl: /usr/local/. /usr/local/bin ==> The following directories will have their group set to admin: /usr/local/. /usr/local/bin Press RETURN to continue or any other key to abort ==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin ==> /usr/bin/sudo /usr/sbin/chown zcl /usr/local/. /usr/local/bin ==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin ==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew ==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew ==> /usr/bin/sudo /usr/sbin/chown zcl /Library/Caches/Homebrew ==> Downloading and installing Homebrew... remote: Counting objects: 486, done. remote: Compressing objects: 100% (440/440), done. remote: Total 486 (delta 27), reused 350 (delta 17), pack-reused 0 Receiving objects: 100% (486/486), 773.75 KiB | 139.00 KiB/s, done. Resolving deltas: 100% (27/27), done. From https://github.com/Homebrew/brew * [new branch] master -> origin/master HEAD is now at 406fdbb brew.sh: drop obsolete source in update-preinstall ==> Tapping homebrew/core Cloning into '/usr/local/Library/Taps/homebrew/homebrew-core'... remote: Counting objects: 3706, done. remote: Compressing objects: 100% (3587/3587), done. remote: Total 3706 (delta 13), reused 2520 (delta 9), pack-reused 0 Receiving objects: 100% (3706/3706), 2.87 MiB | 424.00 KiB/s, done. Resolving deltas: 100% (13/13), done. Checking connectivity... done. Tapped 3583 formulae (3,732 files, 8.9M) ==> Installation successful! ==> Next steps Run `brew help` to get started Further documentation: https://git.io/brew-docs ==> Homebrew has enabled anonymous aggregate user behaviour analytics Read the analytics documentation (and how to opt-out) here: https://git.io/brew-analytics bash-3.2$ brew -v Homebrew 0.9.9 (git revision 406f; last commit 2016-05-18) Homebrew/homebrew-core (git revision 2040; last commit 2016-05-18) bash-3.2$ brew install nvm ==> Downloading https://github.com/creationix/nvm/archive/v0.31.1.tar.gz ==> Downloading from https://codeload.github.com/creationix/nvm/tar.gz/v0.31.1 ######################################################################## 100.0% ==> Caveats Please note that upstream has asked us to make explicit managing nvm via Homebrew is unsupported by them and you should check any problems against the standard nvm install method prior to reporting. You should create NVM's working directory if it doesn't exist: mkdir ~/.nvm Add the following to ~/.bash_profile or your desired shell configuration file: export NVM_DIR="$HOME/.nvm" . "$(brew --prefix nvm)/nvm.sh" You can set $NVM_DIR to any location, but leaving it unchanged from /usr/local/Cellar/nvm/0.31.1 will destroy any nvm-installed Node installations upon upgrade/reinstall. Type `nvm help` for further information. Bash completion has been installed to: /usr/local/etc/bash_completion.d ==> Summary 🍺 /usr/local/Cellar/nvm/0.31.1: 6 files, 93.2K, built in 11 seconds bash-3.2$ nvm install node && nvm alias default node bash: nvm: command not found bash-3.2$ nvm -v bash: nvm: command not found bash-3.2$ node -v bash: node: command not found bash-3.2$ brew install nvm Warning: nvm-0.31.1 already installed bash-3.2$ mkdir ~/.nvm bash-3.2$ export NVM_DIR="$HOME/.nvm" bash-3.2$ . "$(brew --prefix nvm)/nvm.sh" bash-3.2$ nvm -v Node Version Manager Note: refers to any version-like string nvm understands. This includes: - full or partial version numbers, starting with an optional "v" (0.10, v0.1.2, v1) - default (built-in) aliases: node, stable, unstable, iojs, system - custom aliases you define with `nvm alias foo` Usage: nvm --help Show this message nvm --version Print out the latest released version of nvm nvm install [-s] Download and install a , [-s] from source. Uses .nvmrc if available --reinstall-packages-from= When installing, reinstall packages installed in nvm uninstall Uninstall a version nvm use [--silent] Modify PATH to use . Uses .nvmrc if available nvm exec [--silent] [] Run on . Uses .nvmrc if available nvm run [--silent] [] Run `node` on with as arguments. Uses .nvmrc if available nvm current Display currently activated version nvm ls List installed versions nvm ls List versions matching a given description nvm ls-remote List remote versions available for install nvm version Resolve the given description to a single local version nvm version-remote Resolve the given description to a single remote version nvm deactivate Undo effects of `nvm` on current shell nvm alias [] Show all aliases beginning with nvm alias Set an alias named pointing to nvm unalias Deletes the alias named nvm reinstall-packages Reinstall global `npm` packages contained in to current version nvm unload Unload `nvm` from shell nvm which [] Display path to installed node version. Uses .nvmrc if available Example: nvm install v0.10.32 Install a specific version number nvm use 0.10 Use the latest available 0.10.x release nvm run 0.10.32 app.js Run app.js using node v0.10.32 nvm exec 0.10.32 node app.js Run `node app.js` with the PATH pointing to node v0.10.32 nvm alias default 0.10.32 Set default node version on a shell Note: to remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`) bash-3.2$ nvm install node && nvm alias default node Downloading https://nodejs.org/dist/v6.2.0/node-v6.2.0-darwin-x64.tar.gz... ######################################################################## 100.0% Now using node v6.2.0 (npm v3.8.9) Creating default alias: default -> node (-> v6.2.0) default -> node (-> v6.2.0) bash-3.2$ node -v v6.2.0 bash-3.2$ npm -v 3.8.9 bash-3.2$ brew install watchman ==> Installing dependencies for watchman: pcre ==> Installing watchman dependency: pcre ==> Downloading https://homebrew.bintray.com/bottles/pcre-8.38.yosemite.bottle.tar.gz ######################################################################## 100.0% ==> Pouring pcre-8.38.yosemite.bottle.tar.gz 🍺 /usr/local/Cellar/pcre/8.38: 203 files, 5.4M ==> Installing watchman ==> Downloading https://homebrew.bintray.com/bottles/watchman-4.5.0.yosemite.bottle.tar.gz ######################################################################## 100.0% ==> Pouring watchman-4.5.0.yosemite.bottle.tar.gz 🍺 /usr/local/Cellar/watchman/4.5.0: 20 files, 344K bash-3.2$ brew install flow ==> Downloading https://homebrew.bintray.com/bottles/flow-0.25.0.yosemite.bottle.tar.gz ######################################################################## 100.0% ==> Pouring flow-0.25.0.yosemite.bottle.tar.gz ==> Caveats Bash completion has been installed to: /usr/local/etc/bash_completion.d zsh completion has been installed to: /usr/local/share/zsh/site-functions ==> Summary 🍺 /usr/local/Cellar/flow/0.25.0: 7 files, 4.6M bash-3.2$ npm install -g react-native-cli /Users/zcl/.nvm/versions/node/v6.2.0/bin/react-native -> /Users/zcl/.nvm/versions/node/v6.2.0/lib/node_modules/react-native-cli/index.js /Users/zcl/.nvm/versions/node/v6.2.0/lib └─┬ react-native-cli@0.2.0 ├─┬ chalk@1.1.3 │ ├── ansi-styles@2.2.1 │ ├── escape-string-regexp@1.0.5 │ ├─┬ has-ansi@2.0.0 │ │ └── ansi-regex@2.0.0 │ ├── strip-ansi@3.0.1 │ └── supports-color@2.0.0 ├── minimist@1.2.0 ├─┬ prompt@0.2.14 │ ├── pkginfo@0.4.0 │ ├─┬ read@1.0.7 │ │ └── mute-stream@0.0.6 │ ├── revalidator@0.1.8 │ ├─┬ utile@0.2.1 │ │ ├── async@0.2.10 │ │ ├── deep-equal@1.0.1 │ │ ├── i@0.3.5 │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├── ncp@0.4.2 │ │ └─┬ rimraf@2.5.2 │ │ └─┬ glob@7.0.3 │ │ ├─┬ inflight@1.0.5 │ │ │ └── wrappy@1.0.2 │ │ ├── inherits@2.0.1 │ │ ├─┬ minimatch@3.0.0 │ │ │ └─┬ brace-expansion@1.1.4 │ │ │ ├── balanced-match@0.4.1 │ │ │ └── concat-map@0.0.1 │ │ ├── once@1.3.3 │ │ └── path-is-absolute@1.0.0 │ └─┬ winston@0.8.3 │ ├── colors@0.6.2 │ ├── cycle@1.0.3 │ ├── eyes@0.1.8 │ ├── isstream@0.1.2 │ ├── pkginfo@0.3.1 │ └── stack-trace@0.0.9 └── semver@5.1.0 bash-3.2$
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!