We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defaultProvider in nodemodules mode, install ua-parser-js package will get stuck
ua-parser-js
import { Generator } from '@jspm/generator'; const generator = new Generator({ mapUrl: import.meta.url, defaultProvider: 'nodemodules', env: ['production', 'module'], }); await generator.install('ua-parser-js'); const map = generator.getMap() console.log(JSON.stringify(map, null, 2));
After debugging, I found that the entry file corresponding to the ua-parser-js package had comment text, which caused the installation to fail.
The text was updated successfully, but these errors were encountered:
fix: regular analysis of System.register may get stuck (jspm#393)
7e0449c
6dd1f6f
No branches or pull requests
defaultProvider in nodemodules mode, install
ua-parser-js
package will get stuckAfter debugging, I found that the entry file corresponding to the
ua-parser-js
package had comment text, which caused the installation to fail.The text was updated successfully, but these errors were encountered: