列出已安装的包。 yarn list yarn list yarn list 命令模仿 Unix 列目录命令的预期行为。 In Yarn, the list command lists all dependencies for the current working directory by referencing all package ma...
显示一个包的信息。 yarn info [] 这个命令会拉取包的信息并返回为树格式,包不必安装到本地。 yarn info react yarn info vx . x . x { name : 'react' , version : '15.4.0-rc.2' , description : 'React i...