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

Error: Could not find module @ember/test-waiters imported from ember-google-maps/component-managers/map-component-manager #130

Closed
glbatistabh opened this issue Jul 27, 2021 · 2 comments · Fixed by #131
Labels
bug Something isn't working

Comments

@glbatistabh
Copy link

glbatistabh commented Jul 27, 2021

Hi.
I created an empty ember project and followed the instructions on the site "https://ember-google-maps.sandydoo.me/docs/getting-started". But this one is wrong. Can you help me?

step-by-step:

  1. shell>ember new test-google-maps

  1. shell>cd test-google-maps/

  1. shell>ember install ember-google-maps

  1. shell>edit config/environment.js
    image

  1. shell>edit test-google-maps/app/templates/application.hbs
    image

  1. shell>ember server
    image

  1. show errors:
    image

  1. shell>ember -v
ember-cli: 3.17.0
node: 14.17.2
os: linux x64

  1. shell>cat package.json
{
  "name": "test-google-maps",
  "version": "0.0.0",
  "private": true,
  "description": "Small description for test-google-maps goes here",
  "repository": "",
  "license": "MIT",
  "author": "",
  "directories": {
    "doc": "doc",
    "test": "tests"
  },
  "scripts": {
    "build": "ember build --environment=production",
    "lint:hbs": "ember-template-lint .",
    "lint:js": "eslint .",
    "start": "ember serve",
    "test": "ember test"
  },
  "devDependencies": {
    "@ember/optional-features": "^1.3.0",
    "@glimmer/component": "^1.0.0",
    "@glimmer/tracking": "^1.0.0",
    "babel-eslint": "^10.0.3",
    "broccoli-asset-rev": "^3.0.0",
    "ember-auto-import": "^1.5.3",
    "ember-cli": "~3.17.0",
    "ember-cli-app-version": "^3.2.0",
    "ember-cli-babel": "^7.17.2",
    "ember-cli-dependency-checker": "^3.2.0",
    "ember-cli-eslint": "^5.1.0",
    "ember-cli-htmlbars": "^4.2.2",
    "ember-cli-inject-live-reload": "^2.0.2",
    "ember-cli-sri": "^2.1.1",
    "ember-cli-template-lint": "^1.0.0-beta.3",
    "ember-cli-uglify": "^3.0.0",
    "ember-data": "~3.17.0",
    "ember-export-application-global": "^2.0.1",
    "ember-fetch": "^7.0.0",
    "ember-google-maps": "^4.2.1",
    "ember-load-initializers": "^2.1.1",
    "ember-maybe-import-regenerator": "^0.1.6",
    "ember-qunit": "^4.6.0",
    "ember-resolver": "^7.0.0",
    "ember-source": "~3.17.0",
    "ember-welcome-page": "^4.0.0",
    "eslint-plugin-ember": "^7.7.2",
    "eslint-plugin-node": "^11.0.0",
    "loader.js": "^4.7.0",
    "qunit-dom": "^1.0.0"
  },
  "engines": {
    "node": "10.* || >= 12"
  },
  "ember": {
    "edition": "octane"
  }
}
sandydoo added a commit that referenced this issue Jul 27, 2021
@sandydoo sandydoo added the bug Something isn't working label Jul 27, 2021
@sandydoo
Copy link
Owner

Thanks, @glbatistabh. I've released v4.2.2 with a fix.
I'd recommend using a newer version of ember & ember-cli though!

@glbatistabh
Copy link
Author

Thank you! Solved the problem...

grodriguez85 pushed a commit to grodriguez85/ember-google-maps that referenced this issue Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants