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

Ember light table breaks project #837

Open
moomoo-dev opened this issue Sep 19, 2023 · 0 comments
Open

Ember light table breaks project #837

moomoo-dev opened this issue Sep 19, 2023 · 0 comments

Comments

@moomoo-dev
Copy link

Hello I'm trying to use Ember light table, and when I installed it on my project it breaks my project. I didn't even do an import to use it. Just installing it breaks the project.

package.json
{
"name": "DAACS-Web",
"version": "0.0.0",
"private": true,
"description": "Small description for DAACS-Web goes here",
"repository": "",
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build --environment=production",
"lint": "concurrently "npm:lint:(!fix)" --names "lint:"",
"lint:css": "stylelint "**/
.css"",
"lint:css:fix": "concurrently "npm:lint:css -- --fix"",
"lint:fix": "concurrently "npm:lint::fix" --names "fix:"",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"start": "ember serve",
"test": "concurrently "npm:lint" "npm:test:
" --names "lint,test:"",
"test:ember": "ember test"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.5",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.0.3",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.0",
"ember-auto-import": "^2.6.3",
"ember-can": "^4.2.0",
"ember-cli": "~5.0.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^7.26.11",
"ember-cli-clean-css": "^2.0.0",
"ember-cli-dependency-checker": "^3.3.1",
"ember-cli-htmlbars": "^6.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-sass": "^11.0.1",
"ember-cli-sri": "^2.1.1",
"ember-cli-terser": "^4.0.2",
"ember-data": "~5.0.0",
"ember-fetch": "^8.1.2",
"ember-intl": "^6.0.1",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-page-title": "^7.0.0",
"ember-qunit": "^7.0.0",
"ember-resolver": "^10.1.0",
"ember-responsive": "^5.0.0",
"ember-simple-auth": "^6.0.0-rc.1",
"ember-source": "~5.0.0",
"ember-template-lint": "^5.10.1",
"ember-welcome-page": "^7.0.2",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-qunit": "^7.3.4",
"loader.js": "^4.7.0",
"prettier": "^2.8.8",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"sass": "^1.64.1",
"stylelint": "^15.7.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-prettier": "^3.0.0",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.86.0"
},
"engines": {
"node": "16.* || >= 18"
},
"ember": {
"edition": "octane"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"bootstrap": "^5.3.1",
"ember-light-table": "^3.0.0-beta.0",
"install": "^0.13.0"
}
}

Screen Shot 2023-09-18 at 10 07 04 PM
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

1 participant