{"id":21984625,"url":"https://github.com/r-k-b/cycle-http-driver-require-example","last_synced_at":"2026-04-14T00:31:10.784Z","repository":{"id":146083981,"uuid":"50751785","full_name":"r-k-b/cycle-http-driver-require-example","owner":"r-k-b","description":"repro steps for import / build errors occurring somewhere between jspm/systemjs and @cycle/http","archived":false,"fork":false,"pushed_at":"2016-01-31T00:25:17.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T22:47:52.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-k-b.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-31T00:24:42.000Z","updated_at":"2016-01-31T00:25:17.000Z","dependencies_parsed_at":"2023-04-23T17:04:24.174Z","dependency_job_id":null,"html_url":"https://github.com/r-k-b/cycle-http-driver-require-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/r-k-b/cycle-http-driver-require-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-k-b%2Fcycle-http-driver-require-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-k-b%2Fcycle-http-driver-require-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-k-b%2Fcycle-http-driver-require-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-k-b%2Fcycle-http-driver-require-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-k-b","download_url":"https://codeload.github.com/r-k-b/cycle-http-driver-require-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-k-b%2Fcycle-http-driver-require-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T00:11:49.126Z","status":"ssl_error","status_checked_at":"2026-04-14T00:10:29.837Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T18:10:31.656Z","updated_at":"2026-04-14T00:31:10.768Z","avatar_url":"https://github.com/r-k-b.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nStart with this clean repo (either a fresh clone, or `git clean -fxd`)\n\n    $ npm install\n    \n    $ jspm install\n    \nFails with:\n\n    $ node ./systemjs-build.js\n    Build error:\n    [Error: ENOENT: no such file or directory, open 'C:\\Users\\rob\\projects\\cycle-http-driver-require-example\\emitter.js']\n\nOk.. so we manually install that dependency:\n\n    $ jspm install npm:emitter\n \nTry the build again:\n \n    $ node ./systemjs-build.js\n    Build error:\n    [Error: ENOENT: no such file or directory, open 'C:\\Users\\rob\\projects\\cycle-http-driver-require-example\\reduce.js']\n    \nInstall reduce \u0026 try again:\n\n    $ jspm install npm:reduce\n    $ node ./systemjs-build.js\n    Build error:\n    [Error: ENOENT: no such file or directory, open 'C:\\Users\\rob\\projects\\cycle-http-driver-require-example\\jspm_packages\\npm\\@cycle\\http@8.0.0\\dist\\http-driver.js']\n    \nwut\n\nTurns out changing `jspm_packages/npm/@cycle/http@8.0.0/dist/cycle-http-driver.js:779` fixes this. Replace:\n\n    var _require = require('./http-driver');\n    \nwith: \n\n    var _require = require('../lib/http-driver');\n\nand try again:\n\n    $ node ./systemjs-build.js\n    Build complete\n\nhuzzah\n\n----\n\nWhere do I go to fix this.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-k-b%2Fcycle-http-driver-require-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-k-b%2Fcycle-http-driver-require-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-k-b%2Fcycle-http-driver-require-example/lists"}