Closed schmunk42 closed 7 years ago
It happens because one of bootstrap-datepicker
releases contains invalid version constraint:
Failed to update package "npm-asset/bootstrap-datepicker":
Could not parse version constraint >=1.1.0,,<2.0: Invalid version string "1.1.0,,<2.0"
Create a PR to FXP: https://github.com/fxpio/composer-asset-plugin/pull/308/files
PR merged, will deploy tomorrow
Deployed, package is available: https://asset-packagist.org/package/npm-asset/bootstrap-datepicker
I actually tried to install AdminLTE via
npm
So I looked up the missing package on ap: https://asset-packagist.org/package/search?query=bootstrap-datepicker&platform=bower%2Cnpm
But ap shows (https://asset-packagist.org/package/npm-asset/bootstrap-datepicker)
And the package exists on npm, see https://www.npmjs.com/package/bootstrap-datepicker - I thought you're "guilty" ;)
PS: I would be really interested in the underlying issue here, since I fear a lot of problems coming up when using more and more
npm
packages. (see also https://github.com/yiisoft/yii2/issues/14297)