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

Fails to load if the app's package.json doesn't have a "repository" value defined #5

Closed
richard-viney opened this issue Jul 26, 2020 · 1 comment
Labels
bug Something isn't working released

Comments

@richard-viney
Copy link

Traceback:

TypeError: Cannot read property 'url' of undefined
    at Array.module.exports (/usr/local/lib/node_modules/ember-app-explorer/src/pages/home.js:44:126)
    at Carousel.move (/usr/local/lib/node_modules/ember-app-explorer/node_modules/blessed-contrib/lib/layout/carousel.js:13:28)
    at Carousel.start (/usr/local/lib/node_modules/ember-app-explorer/node_modules/blessed-contrib/lib/layout/carousel.js:56:8)
    at Object.<anonymous> (/usr/local/lib/node_modules/ember-app-explorer/bin/cli.js:5:5)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
@rajasegar rajasegar added the bug Something isn't working label Jul 26, 2020
github-actions bot pushed a commit that referenced this issue Jul 26, 2020
## [0.12.1](v0.12.0...v0.12.1) (2020-07-26)

### Bug Fixes

* app crash when there is no repository field ([406f80a](406f80a)), closes [#5](#5)
@rajasegar
Copy link
Owner

🎉 This issue has been resolved in version 0.12.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants