question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Build package not available on packagist

See original GitHub issue

Describe the bug Before version 5.0.0, I was able to run composer require jcbrand/converse.js and ConverseJS dist files. But now all I get are the source files, not dist files anymore.

To Reproduce Steps to reproduce the behavior:

  1. Install the latest composer tool
  2. Go to an empty folder to avoid mess the current one
  3. Type composer require jcbrand/converse.js v5.0.1
  4. Check dist files by typing ls vendor/jcbrand/converse.js/dist

Expected behavior We should find ConverseJS dist files. Before we had

$ ls vendor/jcbrand/converse.js/dist
converse.js

Screenshots image

Environment (please complete the following information):

  • packagist
  • composer
  • Converse.js version >= 5.0.0

Additional context I’m trying to add conversejs 5.0.1 as requirement for TikiWiki CMS.

<bountysource-plugin>

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource. </bountysource-plugin>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
marclaportecommented, Aug 28, 2019

Also need to think of 55k installs that will want to upgrade: https://packagist.org/packages/jcbrand/converse.js/stats

Read more comments on GitHub >

github_iconTop Results From Across the Web

Packagist - The PHP Package Repository
What is Packagist? Packagist is the default Composer package repository. It lets you find packages and lets Composer know where to get the...
Read more >
php - Why composer can not find my brand new package on ...
This means new packages and old unused packages will only be visible to Composer 2 until someone installs them, at which point they...
Read more >
packagist not detecting version of my package #587 - GitHub
When I initially added the package, the composer.json file did not contain version info and there was no version tag, but the command ......
Read more >
Using Private Packagist in a Composer project
Disabling the public open-source repository packagist.org is important because Private Packagist mirrors all the packages you get from there. If you do not...
Read more >
Repositories - Composer
A repository is a package source. It's a list of packages/versions. Composer will look in all your repositories to find the packages your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found