Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

v2 not working #81

Open jaumard opened 7 years ago

jaumard commented 7 years ago

Hi,

Just trying to install the last version and I have this error:

ERROR in ./~/angular2-color-picker/index.js
Module build failed: Error: ENOENT: no such file or directory, open '/Users/jaumard/LISAProjects/lisa-ui/node_modules/angular2-color-picker/index.js'
    at Error (native)
 @ ./src/app/app.module.ts 12:0-58
 @ ./src/app/index.ts
 @ ./src/main.ts
 @ multi main

After taking a look a the files there no ./lib folder a all after an install :(

node: v6.9.2 npm: v3.10.9 yarn: v0.16.1

Alberplz commented 7 years ago

I can't reproduce the error, I've just compiled with the last version of ng and works fine. The npm repo is ok too (npm -i angular2-color-picker)

I'm using: node v4.2.6 npm v3.5.2

jaumard commented 7 years ago

For me npm i angular2-color-picker install angular2-color-picker@1.3.1 witch doesn't work with AOT, so I look at other version and install angular2-color-picker@2.0.0 but this one is not working at all

beve commented 7 years ago

Same here, a solution for using this great module with AOT ?

gifthlong commented 7 years ago

74 Can anyone confirm if this has been resolved?