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

postman-collection fails to install #1614

Closed
DaleLJefferson opened this issue Nov 2, 2016 · 7 comments
Closed

postman-collection fails to install #1614

DaleLJefferson opened this issue Nov 2, 2016 · 7 comments

Comments

@DaleLJefferson
Copy link

DaleLJefferson commented Nov 2, 2016

Do you want to request a feature or report a bug?
bug

What is the current behavior?
Attempting to install postman-collection results in an error

If the current behavior is a bug, please provide the steps to reproduce.

yarn add --dev postman-collection

// Trace: 
//  Error: ENOENT: no such file or directory, scandir '/Users/dale/.yarn-cache/npm-postman-collection-0.5.5/bin'
//     at Error (native)

What is the expected behavior?

npm install --save-dev postman-collection
// No error

Please mention your node.js, yarn and operating system version.

yarn --version // 0.16.1
node --version // v6.9.1
npm --version // 3.10.8
OS // MacOS 10.11.6
@KidkArolis
Copy link
Contributor

Tried reproducing, but it installs fine for me. @dalejefferson can you try again with yarn@latest?

yarn 0.17.6
node v6.9.1
MacOS 10.12.1

@rodrigogs
Copy link

Still not working for me

yarn add --dev postman-collection

yarn 0.17.6
node 7.1.0
Windows 10

Error log

@torifat
Copy link
Member

torifat commented Nov 20, 2016

@rodrigogs Can you please try again after a yarn cache clean?

@rodrigogs
Copy link

@torifat Same error

@torifat
Copy link
Member

torifat commented Nov 20, 2016

@rodrigogs Thanks for the confirmation.

@DaleLJefferson
Copy link
Author

I can confirm that Yarn 0.18.0 fixes this issue.

npm install -g yarn@0.18.0

yarn add --dev postman-collection

I believe this is the PR that fixes this #1663

@DaleLJefferson
Copy link
Author

DaleLJefferson commented Dec 12, 2016

I will close this issue since it will be fixed in the next release and is a duplicate of #739

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

6 participants