You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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".
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)
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
The text was updated successfully, but these errors were encountered: