Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Missing packages after first npm install #10985

@benoitvallon

Description

@benoitvallon

After the first npm install on my project, some packages are missing. After the second run, all the packages are here. The project is this one react-native-nw-react-calculator

node: v5.3.0
npm: ok with 3.3.9, nok with 3.3.10, still nok with 3.5.3

Here is a sample of the package tree after install, with npm 3.3.9 I got the slash and shebang-regex packages which I don't get with 3.3.10 or the last version (3.5.3)

npm 3.3.9
├-┬ [email protected] 
 :  : 
│├── [email protected] 
│├── [email protected] 
│├── [email protected] 
│└── [email protected]
npm 3.3.10 or 3.5.3
├-┬ [email protected] 
 :  :
│├── [email protected] 
│└── [email protected]

I managed to find the commit introducing the bug deps: When we replace/upgrade a dep, remove all its deps too but I am a little stuck to go further and fix the bug.

If anyone could help me with this, I would be happy to fix it.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions