Closed (fixed)
Project:
Jquery Colorpicker
Version:
8.x-1.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2017 at 15:11 UTC
Updated:
29 Jan 2017 at 12:34 UTC
Jump to comment: Most recent
Comments
Comment #2
jaypanCan you please give me some more information about how you installed it? Did you run composer update from the module root, or from somewhere else?
Thank you.
Comment #3
bdominguez commentedI ran "composer drupal-update" from drupal root folder.
Comment #4
jaypanThank you for that.
I've decided to drop composer as an installer for this module, as it turns out only folders created by composer should be in the /vendor folder, thereby limiting the users of this module to those who know how to use composer.
I've released a new version of the module (8.x-1.0-rc2) that will look for the module in DRUPAL_ROOT/libraries/jquery_colorpicker, so you'll need to move your library from /vendor/jaypan/jquery_colorpicker when updating form RC1 to RC2. Sorry about the hassles.