romulomachado / ember-cli-string-helpers

Set of the String helpers extracted from DockYard's ember-composable-helpers.
Other
73 stars 30 forks source link

Humanize loading error #26

Open dca123 opened 5 years ago

dca123 commented 5 years ago

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 fromfood-web/helpers/humanize

Using v1.9.0 or lower doesn't result in this error. `

roncodes commented 5 years ago

import { humanize } from 'ember-cli-string-helpers/helpers/humanize'

works for me