Polymer / tattoo

Test All The Things Over and Over
BSD 3-Clause "New" or "Revised" License
12 stars 3 forks source link

Error: spawn wct ENOENT #53

Open tomalec opened 7 years ago

tomalec commented 7 years ago

I'm trying to run tattoo, and I got stuck on ENOENT error

$ tattoo PolymerElements/paper-input
Getting Repo details from GitHub...      [----------------------------------] 0%
Getting Repo details from GitHub...      [================================] 100%

Cloning/Updating repos...                [----------------------------------] 0%
Cloning/Updating repos...                [================================] 100%

Installing dependencies with bower...    [----------------------------------] 0%
Installing dependencies with bower...    [================================] 100%

Testing 1 repo(s)...                     [----------------------------------] 0%

Error: spawn wct ENOENT
    at exports._errnoException (util.js:1018:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:367:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)
$ node --version
v6.10.1
$ npm --version
4.3.0

Is there anything, I'm missing?