Closed JackCA closed 7 years ago
I got the following error because I didn't have a keywords key/value in my package.json:
keywords
Cannot read property 'length' of undefined TypeError: Cannot read property 'length' of undefined at Class.isAddon (/node_modules/ember-web-animations-next-polyfill/index.js:27:20)
It was simply fixed by adding keywords: [], but I'm going to make a PR to protect against this as I believe it isn't a required definition.
keywords: []
I got the following error because I didn't have a
keywords
key/value in my package.json:It was simply fixed by adding
keywords: []
, but I'm going to make a PR to protect against this as I believe it isn't a required definition.