This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
error reading package json #58
Comments
The reason why this being raised as an issue is because when you use composer and the composer package repository https://asset-packagist.org, it reports the following error
when you try to use the npm-asset/node-sass package as an example. Example composer.json
|
gartner
added a commit
to gartner/fstream
that referenced
this issue
Jan 22, 2018
Thank you for fixing this, but we're still seeing this problem. Any idea when we'll see the fix published? Thanks! |
2 years later and packages depending on this one still fail to be installed.
(I'm trying to install this via composer npm-assets, if that makes a difference, but it seems a pretty straightforward typo in the |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
"mkdirp":">=0.5 0"
should be
"mkdirp":">=0.5.0"
The text was updated successfully, but these errors were encountered: