hiqdev / asset-packagist

Asset Packagist
https://asset-packagist.org
BSD 3-Clause "New" or "Revised" License
247 stars 25 forks source link

Package not view after publish npm. #91

Closed eduavila closed 6 years ago

eduavila commented 6 years ago

Package npm is not found after posting. it is not possible to find a search, also in composer require.

https://www.npmjs.com/package/@coder-lrv/ndatatables

rodrigoaguilera commented 6 years ago

With "normal" npm packages you had to visit the url first to fetch the package. Example https://asset-packagist.org/package/npm-asset/datatables

But with the @username part I don't know how to make those packages available

rodrigoaguilera commented 6 years ago

Oh, I just found the info on https://asset-packagist.org/

you need to use '--' like this:

https://asset-packagist.org/package/npm-asset/coder-lrv--ndatatables

eduavila commented 6 years ago

It worked. Thank you.