jaebradley / npm-install-search-cli

🔍 📦 Search and install npm packages in the same command
https://www.npmjs.com/package/npm-install-search-cli
MIT License
4 stars 0 forks source link

Error when installing #24

Closed jaebradley closed 6 years ago

jaebradley commented 6 years ago

image

jaebradley commented 6 years ago

I think this is due to the order in which promises resolve. If the second request resolves before the first, then the shown results will be from the second request but the inner state will be the first request.

jaebradley commented 6 years ago

:tada: This issue has been resolved in version 1.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: