docpad-skeleton-bootstrap icon indicating copy to clipboard operation
docpad-skeleton-bootstrap copied to clipboard

Broken first install: cyclic missing; no compatible eco

Open garthk opened this issue 10 years ago • 4 comments

First try with a fresh install.

info: Installing the Twitter Bootstrap skeleton into ~/blah 
This can take a moment...
[...]
> [email protected] preinstall ~/blah/node_modules/docpad/node_modules/cson/node_modules/js2coffee
> npm run-script ./cyclic.js

npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "run-script" "./cyclic.js"
npm ERR! node v0.10.35
npm ERR! npm  v2.1.17

npm ERR! missing script: ./cyclic.js
[...]
> [email protected] preinstall ~/blah/node_modules/docpad/node_modules/watchr/node_modules/taskgroup/node_modules/ambi
> node ./cyclic.js

npm ERR! Darwin 14.0.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.35
npm ERR! npm  v2.1.17
npm ERR! code ETARGET

npm ERR! notarget No compatible version found: eco@'>=1.1.0 <1.2.0'

node v0.10.35, npm 2.1.17, git 1.9.3, docpad v6.69.2.

garthk avatar Jan 04 '15 22:01 garthk

See docpad/docpad#894.

TL;DR: don't use skeletons; docpad team can't or won't keep them up to date.

garthk avatar Jan 04 '15 22:01 garthk

@garthk TL;DR: don't use skeletons; docpad team can't or won't keep them up to date.

Agreed, I've always avoided skeletons and always "rolled my own". Invested some time into https://github.com/RobLoach/generator-docpad to ease the process, but in the end always found it easiest to start from scratch each time. We could push the generator forwards on /docpad/generator-docpad and deprecate the skeletons... Where do you see things going?

RobLoach avatar Jan 05 '15 15:01 RobLoach

@balupton asked for pull requests to mark broken skeletons. I'm not sure there'll be sufficient coverage to fix the out-of-box problem. The future might well resemble the present.

garthk avatar Jan 08 '15 23:01 garthk

Hey guys, any update on this issue?

claritee avatar Nov 05 '15 12:11 claritee