We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能按照文档描述,正确安装sdk
增加 node 的版本限制描述
README 写的是可以通过 npm/yarn 直接安装,但是执行 npm i PlatONnetwork/client-sdk-js#0.15.1-develop 命令会报错:no matches found: PlatONnetwork/client-sdk-js#0.15.1-develop。 直接使用 npm i PlatONnetwork/client-sdk-js 或者 npm i "PlatONnetwork/client-sdk-js#0.15.1-develop" 是没问题。
npm i PlatONnetwork/client-sdk-js#0.15.1-develop
no matches found: PlatONnetwork/client-sdk-js#0.15.1-develop
npm i PlatONnetwork/client-sdk-js
npm i "PlatONnetwork/client-sdk-js#0.15.1-develop"
文档并未描述清楚 什么样的 node 版本才能正确安装
macOS 11.3.1 npm 6.13.4 node v13.5.0 lerna 4.0.0
The text was updated successfully, but these errors were encountered:
@luo-dahui
Sorry, something went wrong.
好兄弟,你解决了吗? 我出现了这个问题
楼上,我和你一样。Ubuntu1804,海外主机,lerna v5.1.8,node.js v12.16.1
安装速度很慢,非常慢!
鉴于 PlatON 已经兼容 EVM,建议使用以太坊的 web3.js
npm install web3.js
No branches or pull requests
Expected behavior
能按照文档描述,正确安装sdk
增加 node 的版本限制描述
Actual behavior
README 写的是可以通过 npm/yarn 直接安装,但是执行
npm i PlatONnetwork/client-sdk-js#0.15.1-develop
命令会报错:no matches found: PlatONnetwork/client-sdk-js#0.15.1-develop
。直接使用
npm i PlatONnetwork/client-sdk-js
或者npm i "PlatONnetwork/client-sdk-js#0.15.1-develop"
是没问题。文档并未描述清楚 什么样的 node 版本才能正确安装
Steps to reproduce the behavior
Logs
Version
macOS 11.3.1
npm 6.13.4
node v13.5.0
lerna 4.0.0
The text was updated successfully, but these errors were encountered: