Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer TransportException #1839

Closed
p2made opened this issue Nov 3, 2019 · 1 comment
Closed

Composer TransportException #1839

p2made opened this issue Nov 3, 2019 · 1 comment

Comments

@p2made
Copy link

p2made commented Nov 3, 2019

In migrating a few dependancies in Yii2 project from bower to npm, I started getting this error from Composer...

  [Composer\Downloader\TransportException]                                                                                                                                                    
  The "https://asset-packagist.org/p/npm-asset/merge-source-map/7ef2b7a41a2389a9dcc5ce98a86cecdbcea1b5eb508e22a47d8d6129b59d7d7c.json" file could not be downloaded (HTTP/1.1 404 Not Found)  

Going through all of my dependancies one by one, "npm-asset/pdfmake": "~0.1" proves to be the only one that produces the error.

Fortunately I can continue to use "bower-asset/pdfmake": "~0.1", however I would like to be able to migrate it to use npm.

@liborm85
Copy link
Collaborator

liborm85 commented Nov 4, 2019

If you want use npm package, is available here: https://www.npmjs.com/package/pdfmake

If you want use composer via packagist package, is available here: https://packagist.org/packages/bpampuch/pdfmake

@liborm85 liborm85 closed this as completed Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants