fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

Invalid operator "~>" with the @angular/cli dependency #284

Closed francoispluchino closed 7 years ago

francoispluchino commented 7 years ago

A unexpected value exception is thrown for the npm-asset/ngtools--webpack sub dependency when try to install the npm-asset/angular--cli dependency.

[UnexpectedValueException]
  Could not parse version constraint ~>1.4.0: Invalid operator "~>", you probably meant to use the "~" operator

This exception is thrown just after added the npm-asset/autoprefixer dependency by npm-asset/ngtools--webpack.

francoispluchino commented 7 years ago

Fixed by 0bfdd307d2cddbc42c634b14247f3f3a8525b836.