Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

When using a local package in package.json an exception is thrown when bundling the project #79

Closed
julien opened this issue Feb 15, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@julien
Copy link
Contributor

julien commented Feb 15, 2018

When using a local package in a package.json file, for example:

{
  "dependencies": {
    "my-module": "/Users/me/my-module"
  }
}

An exception is thrown when trying to get the resolve the modules dependencies.

@izaera izaera self-assigned this Mar 5, 2018
@izaera izaera added the bug label Mar 5, 2018
@izaera
Copy link
Member

izaera commented Mar 6, 2018

We need to account for file:..., http:..., git:..., etc. dependencies too. See https://docs.npmjs.com/files/package.json#dependencies for more info.

@izaera izaera added this to the 1.5.0 milestone Mar 8, 2018
@izaera izaera changed the title Local packages errors When using a local package in package.json an exception is thrown when bundling the project Mar 8, 2018
izaera pushed a commit to izaera/liferay-js-toolkit that referenced this issue Mar 8, 2018
@izaera izaera assigned izaera and unassigned izaera Mar 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants