hnakamur / d3.js-draw-points-on-elliptic-arc-example

an example of calculating center and angles of elliptic arc and draw points using d3.js
MIT License
0 stars 1 forks source link

Cannot find module './lib/cloneBuffer' #1

Open gaffney opened 10 years ago

gaffney commented 10 years ago

Tried trying out your example and got this error:

d3.js-draw-points-on-elliptic-arc-example [master] $gulp build

module.js:340
    throw err;
          ^
Error: Cannot find module './lib/cloneBuffer'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object.<anonymous> (/Users/me/Documents/workspace/personal/d3.js-draw-points-on-elliptic-arc-example/node_modules/gulp-util/node_modules/vinyl/index.js:4:19)
antitim commented 10 years ago

i try to use:

npm uninstall gulp-util
npm install gulp-util

helped me in another project