ember-learn / guidemaker-ember-template

Guidemaker template for Ember Guides websites
https://guidemaker-ember-template.netlify.app/release
MIT License
5 stars 21 forks source link

Error during importing "guidemaker-default-template/utils/includes" #68

Open gamma-digital-kf opened 3 years ago

gamma-digital-kf commented 3 years ago
There was an error running your app in fastboot. More info about the error:
 Error: Could not find module `guidemaker-default-template/utils/includes` imported from `guidemaker-default-template/helpers/contains`

As is see in the source code this util is not provided in the package, import includes from '../utils/includes';

This happens after the guide folder structure changed. The error disappear after I rerun ember serve