d3-context-menu icon indicating copy to clipboard operation
d3-context-menu copied to clipboard

Getting error when trying to use latest version 1.1.0

Open mukarharprit opened this issue 5 years ago • 1 comments

When i am trying to use the latest version , i am receiving an error SyntaxError: Expected token ')' 06:08:52 at /app/bower_components/d3-context-menu/js/d3-context-menu.js:149

I want to use the previous version 1.0.2. I want to keep my version fixed to 1.0.2. But since no tag is there i am not able to do so. Can you please release a tag for 1.0.2

mukarharprit avatar Mar 12 '19 11:03 mukarharprit

I'll check this out tonight. I think I'm going to remove bower support, as I haven't used bower in years. You should be able to install the previous version by running this command:

npm install [email protected]

patorjk avatar Mar 12 '19 17:03 patorjk