Closed marco-c closed 8 years ago
Looks like newer versions of npm don't install the gulp binary in node_modules/.bin/gulp if gulp is a sub-dependency (but in node_modules/subdependency/.bin/gulp).
npm
gulp
node_modules/.bin/gulp
node_modules/subdependency/.bin/gulp
Actually, it was installed by bootstrap but somehow the newer npm version was removing it when reinstalling oghliner.
bootstrap
oghliner
Looks like newer versions of
npm
don't install thegulp
binary innode_modules/.bin/gulp
ifgulp
is a sub-dependency (but innode_modules/subdependency/.bin/gulp
).