gulp-electron icon indicating copy to clipboard operation
gulp-electron copied to clipboard

npm warnings

Open detj opened this issue 9 years ago • 3 comments

I cloned the repo and ran npm install on it and got the following npm warnings

npm WARN package.json Dependency 'gulp-coffeelint' exists in both dependencies and devDependencies, using 'gulp-coffeelint@^0.4.0' from dependencies
npm WARN package.json Dependency 'should' exists in both dependencies and devDependencies, using 'should@^6.0.3' from dependencies
npm WARN engine [email protected]: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"2.4.0","npm":"2.13.0"})

I'm on iojs 2.4.0

detj avatar Jul 21 '15 21:07 detj