postcss-import: TypeError: Promise.resolve is not a function
If i don’t have es6-promise
package i get error:
TypeError: Promise.resolve is not a function
at /path/to/node_modules/promise-each/index.js:16:16
I can do PR if your accept drop promise-each
.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 19 (2 by maintainers)
Commits related to this issue
- Remove promise-each dependency (#281) - Resolves #275 - Removes any-promise subdependency - Removes runtime assert from promise-each — committed to postcss/postcss-import by jonathantneal 7 years ago
@ThiagoFacchini because some of another package install this library
@RyanZim try to understand who do it, thank you for the quick response!