ember-cli-string-helpers icon indicating copy to clipboard operation
ember-cli-string-helpers copied to clipboard

Humanize loading error

Open dca123 opened this issue 6 years ago • 1 comments

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/humanize

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

dca123 avatar Jan 07 '19 10:01 dca123

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

works for me

roncodes avatar Jun 20 '19 03:06 roncodes