Giter VIP home page Giter VIP logo

Comments (2)

yunabe avatar yunabe commented on May 31, 2024

To be honest, I'm not very familiar with yarn 2.

I think we need to consider these 4 points to support yarn2 (pnp):

  1. How to install tslab and register it to Jupyter with yarn 2?
    Now, we install tslab with npm install -g tslab and register the globall-installed tslab to Jupyter.
    Do we still use npm install -g for the global installation of tslab?
  2. TypeScript resolve dependencies from node_modules.
    IIUC, we need to change the typescript configuration to resolve dependencies from other places in yarn2
  3. node runtime resolves dependencies (via requre) from node_modules.
    Actually, I don't understand how node runtime finds dependencies maintained by yarn 2.
  4. tslab finds the project-local tslab by finding node_modules/tslab/dist/main.js.
    We also need to update this logic so that we can find yarn2 project-local tslab binary.
    const mainPath = ["node_modules", "tslab", "dist", "main.js"];

from tslab.

the21st avatar the21st commented on May 31, 2024

Hi @yunabe , thanks for the answer!

Just to provide some info, mainly for your point 3, yarn's pnp runtime patches node's fs module directly, so that it resolves and loads dependencies from its zip archives instead of from node_modules. Here's more information: https://yarnpkg.com/features/pnp#packages-are-stored-inside-zip-archives-how-can-i-access-their-files

from tslab.

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.