Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v2 not working

jaumard opened this issue · comments

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

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

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

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

commented

#74 Can anyone confirm if this has been resolved?