Skip to content
Discussion options

You must be logged in to vote

I think unpkg is down.

For now, to fix this you can add the version number explicitly in your unpkg cdn link. For example,

<script src="https://unpkg.com/wavesurfer.js/dist/plugin/wavesurfer.cursor.min.js"></script>

becomes

<script src="https://unpkg.com/[email protected]/dist/plugin/wavesurfer.cursor.min.js"></script>

Not having a version number will always pull the latest changes from the CDN.
With 6.6.3 released just two hours ago, I don't think unpkg has been updated with it because it seems to be down. That's why when adding the version number explicitly, we provide 6.6.2 instead of the latest 6.6.3

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@prakharpbuf
Comment options

@prakharpbuf
Comment options

Answer selected by katspaugh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2754 on April 04, 2023 19:19.