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

[BUG] npm i %moduel_name% doesn't work (sill idealTree buildDeps) #2239

Closed
pubmikeb opened this issue Nov 25, 2020 · 2 comments
Closed

[BUG] npm i %moduel_name% doesn't work (sill idealTree buildDeps) #2239

pubmikeb opened this issue Nov 25, 2020 · 2 comments
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release

Comments

@pubmikeb
Copy link

pubmikeb commented Nov 25, 2020

Current Behavior:

I try to execute npm i uuid and get:

>npm i uuid
[..................] / idealTree:WEB-48403: sill idealTree buildDeps

Expected Behavior:

Steps To Reproduce:

The uuid (any any other module) should be installed.

ex. steps to reproduce the behavior:

  1. Install v16.0.0-nightly202011254f0f2e7138
  2. Open a cmd under admin and go to the project root, where package.json and package-lock.json are located
  3. Run npm i uuid
  4. See error:
>npm i uuid
[..................] / idealTree:WEB-48403: sill idealTree buildDeps

25_191620

No uuid is added to the package.json and to the node_modules.

Environment:

@pubmikeb pubmikeb added Bug thing that needs fixing Needs Triage needs review for next steps Release 7.x work is associated with a specific npm 7 release labels Nov 25, 2020
@wraithgar
Copy link
Member

I am able to install uuid just fine w/ v7.4.1. If this is still an ongoing issue please enter your node version, npm version, and operating system type in the Environment info so we can try to debug further.

@wraithgar wraithgar removed the Needs Triage needs review for next steps label Jan 21, 2021
@pubmikeb
Copy link
Author

I've just tried to reproduce the issue on node-v16.0.0-nightly20210122a35b32ec1e-x64, it works as expected.
The ticket can be marked as obsolete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Release 7.x work is associated with a specific npm 7 release
Projects
None yet
Development

No branches or pull requests

2 participants