Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Can't create separate connections to two files with the same basename e.g. package.json #13

Description

@cldwalker
  1. Create a node file e.g. test.js and add the following package.json in the same dir:

    {
    "name": "LightTableTest",
    "description": "...",
    "version": "0.0.1",
    "dependencies": {
      "es6-map": "^0.1.1"
    },
    "devDependencies": {}
    }
  2. From test.js and connect to its package.json

  3. Switch to another directory and create the same project with a different dependency.

  4. Try connecting the second test.js to its project's package.json and see it automatically connect to the first package.json

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions