Open dca123 opened 5 years ago
ember-cli: 3.4.4 node: 10.15.0 os: linux x64
Using the humanize helper in a template results in the following error Error: Could not find module ember-cli-string-helpers/helpers/humanize imported fromfood-web/helpers/humanize
Error: Could not find module ember-cli-string-helpers/helpers/humanize imported from
Using v1.9.0 or lower doesn't result in this error. `
import { humanize } from 'ember-cli-string-helpers/helpers/humanize'
works for me
Version 1.10.0 and 2.0.0
ember-cli: 3.4.4 node: 10.15.0 os: linux x64
Steps to reproduce
Using the humanize helper in a template results in the following error
Error: Could not find module ember-cli-string-helpers/helpers/humanize imported from
food-web/helpers/humanizeUsing v1.9.0 or lower doesn't result in this error. `