I am trying to set ember-cli.photoswipe locally and i come across to this issue:
Cannot convert a Symbol value to a string TypeError: Cannot convert a
Symbol value to a string
- Symbol.hasOwnProperty
Symbols don't coerce to strings on their own
These are the steps
after all these steps
git clone https://github.com/DanyHunter/ember-cli-photoswipe.git
ember install:addon ember-cli-photoswipe
ember server
My ember cli version is : "ember-cli": "0.1.7"
How can i sort it out?