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

[v7] Complete npm install command #995

Closed
2 tasks done
mikemimik opened this issue Mar 10, 2020 · 1 comment
Closed
2 tasks done

[v7] Complete npm install command #995

mikemimik opened this issue Mar 10, 2020 · 1 comment
Assignees
Labels
Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release semver:minor new backwards-compatible feature

Comments

@mikemimik
Copy link
Contributor

mikemimik commented Mar 10, 2020

Current Behaviour:

> npm i abbrev taxes undefined
npm WARN deprecated undefined@0.1.0: this package has been deprecated
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN nocommit@1.0.0 No description
npm WARN nocommit@1.0.0 No repository field.

+ undefined@0.1.0
+ abbrev@1.1.1
+ taxes@1.0.0
added 3 packages from 2 contributors and audited 3 packages in 0.734s
found 0 vulnerabilities

We're trying to reproduce this kind of output now that we're using arborist to do tree related things.

  • Find the list of added dependencies (one or many), and output them
  • Create function to turn arborist tree into an archy tree for outputing

Branches

References

@mikemimik mikemimik added semver:minor new backwards-compatible feature Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release labels Mar 10, 2020
@mikemimik mikemimik added this to the OSS - Sprint 5 milestone Mar 10, 2020
@mikemimik mikemimik self-assigned this Mar 10, 2020
@darcyclarke darcyclarke self-assigned this Apr 7, 2020
@isaacs
Copy link
Contributor

isaacs commented May 8, 2020

Closed by #1245

@isaacs isaacs closed this as completed May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release semver:minor new backwards-compatible feature
Projects
None yet
Development

No branches or pull requests

3 participants