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

Build broken on Skypack (and possibly also unpkg) #179

Open
duncanmak opened this issue Jun 17, 2022 · 1 comment
Open

Build broken on Skypack (and possibly also unpkg) #179

duncanmak opened this issue Jun 17, 2022 · 1 comment

Comments

@duncanmak
Copy link

I want to try out the analyzer and I tried importing it form skypack and unpkg, and it's failing.

See: https://cdn.skypack.dev/error/build:@custom-elements-manifest/analyzer@v0.6.3-KzrCMF8r5dCxOfOpGh6Q

/*
 * [Package Error] "@custom-elements-manifest/analyzer@v0.6.3" could not be built. 
 *
 *   [1/5] Verifying package is valid…
 *   [2/5] Installing dependencies from npm…
 *   [3/5] Building package using esinstall…
 *   Running esinstall...
 *   Failed to load node_modules/@custom-elements-manifest/analyzer/index.js
 *     Unexpected token (1:0) in @custom-elements-manifest/analyzer/index.js
 *   Install failed.
 *   Install failed.
 *
 * How to fix:
 *   - If you believe this to be an error in Skypack, file an issue here: https://github.com/skypackjs/skypack-cdn/issues
 *   - If you believe this to be an issue in the package, share this URL with the package authors to help them debug & fix.
 *   - Use https://skypack.dev/ to find a web-friendly alternative to find another package.
 */

On unpkg:

https://unpkg.com/browse/@custom-element-manifest/analyzer/

Cannot find package @custom-element-manifest/analyzer@latest
@thepassle
Copy link
Member

Theres a typo in the unpkg link https://unpkg.com/browse/@custom-elements-manifest/analyzer@0.6.3/

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