-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
I'm sorry to bring this up yet again but hear me out. I saw many other issues in this repo related but the answer was always "Install request first". I have done that but I'm still getting the error. I have even tried installing [email protected] specifically with the same result. The package that is installed is [email protected] however. I'm guessing this could have something to do with it. Otherwise I'm lost!
I am using the Ubuntu WSL on Windows 10 if that makes a difference. I can't test on a real Ubuntu install so maybe this is unique to WSL since I'm not seeing this issue from others?
Below are the commands I have run exactly and their output.
akeenan / ~ > npm install -g request
/home/akeenan/.node_modules/lib
└─┬ [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ ├─┬ [email protected]
│ │ ├── [email protected]
│ │ ├── [email protected]
│ │ └─┬ [email protected]
│ │ └── [email protected]
│ └─┬ [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├─┬ [email protected]
│ ├── [email protected]
│ └── [email protected]
├── [email protected]
└── [email protected]
akeenan / ~ > npm install -g request-promise-native
/home/akeenan/.node_modules/lib
├── UNMET PEER DEPENDENCY request@^2.34
└─┬ [email protected]
├── UNMET PEER DEPENDENCY request@^2.34
├─┬ [email protected]
│ └── [email protected]
├── [email protected]
└─┬ [email protected]
├── [email protected]
└── [email protected]
npm WARN [email protected] requires a peer of request@^2.34 but none was installed.
npm WARN [email protected] requires a peer of request@^2.34 but none was installed.
akeenan / ~ >
Metadata
Metadata
Assignees
Labels
No labels