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
ember-admin/router
Followed the following steps but encountered an error. It looks like the router.js is missing.
npm install ember-admin --save-dev
Add the admin routes to your router.js
router.js
import adminRouter from 'ember-admin/router'; Router.map(function() { adminRouter(this); });
The text was updated successfully, but these errors were encountered:
Can you try moving to dependencies instead of devDependencies in your package.json?
dependencies
devDependencies
package.json
Sorry, something went wrong.
@rickyhurtado any luck?
No branches or pull requests
Followed the following steps but encountered an error. It looks like the router.js is missing.
Install
Usage
Add the admin routes to your
router.js
The text was updated successfully, but these errors were encountered: