dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.0 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump cached-path-relative from … (compare)
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "*",
"babel-eslint": "^6.0.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-tape-runner": "^2.0.1",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-hmr": "^0.3.1",
"eslint": "^2.8.0",
"eslint-config-cycle": "^3.2.0",
"faucet": "0.0.1",
"less": "^2.6.1",
"nodemon": "^1.9.1",
"supertest": "^1.2.0",
"tape": "^4.5.1",
"watchify": "^3.7.0"
},
"dependencies": {
"@cycle/dom": "^10.0.0-rc7",
"@cycle/history": "*",
"@cycle/http": "^9.0.0-rc2",
"@cycle/isolate": "^1.2.0",
"@cycle/xstream-run": "^1.0.0",
"bcrypt": "^0.8.6",
"cycle-snabbdom": "^1.2.1",
"cyclic-router": "^1.0.0",
"dejavu-fonts-ttf": "^2.35.5",
"history": "^2.1.0",
"jsonwebtoken": "^5.7.0",
"koa": "^1.2.0",
"koa-bodyparser": "^2.0.1",
"koa-favicon": "^1.2.1",
"koa-jwt": "^1.2.0",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.2",
"koa-router": "^5.4.0",
"koa-watchify": "^1.1.1",
"mongoose": "^4.4.13",
"normalize.css": "^4.1.1",
"ramda": "^0.21.0",
"rx": "^4.1.0",
"switch-path": "^1.1.6",
"winston": "^2.2.0",
"xstream": "^1.0.8"
}
makeHTMLDriver
TypeError: sink$.subscribe is not a function
at historyDriver (/home/mvanko/Projects/cycle-blog/node_modules/@cycle/history/lib/makeHistoryDriver.js:97:11)
at Object.routerDriver [as router] (/home/mvanko/Projects/cycle-blog/node_modules/cyclic-router/lib/makeRouterDriver.js:32:20)
function makeMyDriver(lol) {
function myDriver(sink) {
// ...
return source;
}
myDriver.streamAdapter = RxAdapter; // <=== this
return myDriver;
}