Giter Club home page Giter Club logo

Comments (1)

Keith-CY avatar Keith-CY commented on August 29, 2024

Hi @brooke007
The command lerna bootstrap has been natively supported by yarn and npm, so running the following commands will generate the lib

$ yarn install
$ yarn run tsc

I've tried it.

But there is a new issue introduced by an update(#637) weeks ago that ckb-sdk-js is now es module(https://nodejs.org/api/esm.html#modules-ecmascript-modules) by default while all examples are based on commonjs module(https://nodejs.org/api/modules.html#modules-commonjs-modules)

When the workspace conforms to es module, modules should be imported by import instead of require(https://github.com/ckb-js/ckb-sdk-js/blob/develop/packages/ckb-sdk-core/examples/nervosDAO.js#L2-L5)

import path from 'path'
import os from 'os'
import CKB from '../lib-esm/index.js'

from ckb-sdk-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.