zoukankan      html  css  js  c++  java
  • eosjs

    https://github.com/EOSIO/eosjs

    代码git下载到本地来,npm i  初始化

     F:ProjectsWebeosjs> npm i
    npm WARN deprecated har-validator@5.1.5: this library is no longer supported
    npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
    npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
    
    > cypress@7.5.0 postinstall F:ProjectsWebeosjs
    ode_modulescypress
    > node index.js --exec install
    
    Installing Cypress (version: 7.5.0)
    
    ✔  Downloaded Cypress
    ✔  Unzipped Cypress
    ✔  Finished Installation C:UsersycAppDataLocalCypressCache7.5.0
    
    You can now open Cypress by running: node_modules.bincypress open
    
    https://on.cypress.io/installing-cypress
    
    
    > eosjs@22.0.0 prepare F:ProjectsWebeosjs
    > npm run build
    
    
    > eosjs@22.0.0 build F:ProjectsWebeosjs
    > rimraf dist && tsc -p ./tsconfig.json && node scripts/copy-ripe-md.js
    
    npm notice created a lockfile as package-lock.json. You should commit this file.
    npm WARN notsup Unsupported engine for cypress@7.5.0: wanted: {"node":">=12.0.0"} (current: {"node":"10.18.1","npm":"6.13.4"})
    npm WARN notsup Not compatible with your version of node/npm: cypress@7.5.0
    npm WARN notsup Unsupported engine for ts-loader@9.2.3: wanted: {"node":">=12.0.0"} (current: {"node":"10.18.1","npm":"6.13.4"})
    npm WARN notsup Not compatible with your version of node/npm: ts-loader@9.2.3
    npm WARN notsup Unsupported engine for eslint-plugin-jsdoc@34.8.2: wanted: {"node":">=12"} (current: {"node":"10.18.1","npm":"6.13.4"})
    npm WARN notsup Not compatible with your version of node/npm: eslint-plugin-jsdoc@34.8.2
    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^2.1.2 (node_modulesjest-haste-map
    ode_modulesfsevents):
    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
    
    added 1069 packages from 578 contributors and audited 1074 packages in 619.668s
    
    61 packages are looking for funding
      run `npm fund` for details
    
    found 0 vulnerabilities
    
    PS F:ProjectsWebeosjs>

    EOSJS中文手册【V20】 - 汇智网
      /card/c/eosjs-manual/   居然不给保存 这个网址 

    eosjs 文档(介绍) - SegmentFault 思否
    https://segmentfault.com/a/1190000017550656

  • 相关阅读:
    安装VMware虚拟机的全过程以及基于Centos7下配置nodejs和mongodb (一)
    webpack入门1
    react心路历程
    JavaScript性能优化【转载】
    JavaScript中继承的实现
    Cookie机制和Session机制
    jQuery 最简化实现
    JavaScript 中的原型(总则)
    JS 数据类型转换以其他
    JavaScript 七种数据类型
  • 原文地址:https://www.cnblogs.com/rogge7/p/14870652.html
Copyright © 2011-2022 走看看