以太坊开发教程:truffle solidity 版本之间的关系查询

 

通过npm view 命令查询truffle所有版本信息

npm view truffle versions

waterwdeMacBook-Pro:mytoken waterw$ npm view truffle versions

[ '0.0.1',
  '0.0.2',
  '0.0.3',
  '0.0.4',
  '0.0.5',
  '0.0.6',
  '0.0.8',
  '0.0.9',
  '0.0.10',
  '0.0.11',
  '0.0.12',
  '0.0.13',

然后查看其中某个版本的信息

npm info [email protected]

waterwdeMacBook-Pro:mytoken waterw$ npm info [email protected]

[email protected] | MIT | deps: 3 | versions: 178
Truffle - Simple development framework for Ethereum
https://github.com/trufflesuite/truffle/

bin: truffle

dist
.tarball: https://registry.npm.taobao.org/truffle/download/truffle-4.1.13.tgz
.shasum: bf27586988b4ff84563edfbf32b47941408a76ad

dependencies:
mocha: ^4.1.0           solc: 0.4.24
original-require: 1.0.1

maintainers:
- cruzmolina 
- eggplantzzz 
- fainashalts 
- gnidan 

你可能感兴趣的:(区块链入门到精通)