Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dem add/ensure doesn't create anything in vendor/ #55

Open
jslick opened this issue Sep 6, 2021 · 0 comments
Open

dem add/ensure doesn't create anything in vendor/ #55

jslick opened this issue Sep 6, 2021 · 0 comments

Comments

@jslick
Copy link

jslick commented Sep 6, 2021

Perhaps I am misunderstanding dem, but it seems dem add should be files in vendor? But I am not seeing this happening. Thus far, only dem alias does anything to vendor/ .

Using dem 0.9.9:

  1. dem init
    sucessfully initialized dem.json
  2. jq . dem.json
{
  "modules": [],
  "aliases": {}
}
  1. dem add https://deno.land/x/[email protected]
    successfully added new module: https://deno.land/x/dejs, version: 0.9.3
  2. jq .modules dem.json
[
  {
    "protocol": "https",
    "path": "deno.land/x/dejs",
    "version": "0.9.3",
    "files": []
  }
]

But, there is no vendor directory (if I create vendor/ beforehand, nothing is placed inside of it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant