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

package.json depends on package outside of npm #36

Closed
steranka opened this issue Jun 6, 2017 · 2 comments
Closed

package.json depends on package outside of npm #36

steranka opened this issue Jun 6, 2017 · 2 comments

Comments

@steranka
Copy link

steranka commented Jun 6, 2017

I'm working on build machine that doesn't allow access to github.com to ensure that all the code is in our local git repository, and npm repository. When I tried to access this package using
npm install -g grommet-cli
I kept getting an error saying (and I'm paraphrasing)

Unable to download https://github.com/alansouzati/vorpal/tarball/EXIT_ON_PARSE

I tracked this down to the grommet-cli/package.json file containing a dependency for
vorpal which requires that file.

This is a request to publish the EXIT_ON_PARSE package to the normal npm repository so it will install normally without requesting a download from github.com.

Thank you,
Patrick

@alansouzati
Copy link
Contributor

yeah I'm afraid I dont have a solution for this problem. We got a pull request open to add this feature to Vorpal (the tool behind our CLI) and the project seems to be "abandoned".

Here is the PR:

dthree/vorpal#169

We will re-evaluate the usage of vorpal in the future. But for now, unfortunately we need to use that branch.

@steranka
Copy link
Author

steranka commented Jun 8, 2017

I understand. Thanks you for the consideration and quick response to the issue.
Please feel free to re-open it if it's appropriate.

@steranka steranka closed this as completed Jun 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants