{"id":15753828,"url":"https://github.com/flybayer/temporal-pnpm","last_synced_at":"2025-03-31T07:42:41.983Z","repository":{"id":86072126,"uuid":"432795219","full_name":"flybayer/temporal-pnpm","owner":"flybayer","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-28T20:43:05.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-06T12:16:05.646Z","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/flybayer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-28T18:40:27.000Z","updated_at":"2021-11-28T20:43:08.000Z","dependencies_parsed_at":"2023-04-20T20:32:09.829Z","dependency_job_id":null,"html_url":"https://github.com/flybayer/temporal-pnpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flybayer%2Ftemporal-pnpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flybayer%2Ftemporal-pnpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flybayer%2Ftemporal-pnpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flybayer%2Ftemporal-pnpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flybayer","download_url":"https://codeload.github.com/flybayer/temporal-pnpm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436052,"owners_count":20776960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-10-04T08:00:37.528Z","updated_at":"2025-03-31T07:42:41.956Z","avatar_url":"https://github.com/flybayer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temporal PNPM\n\nThis is the JavaScript version of our Hello World sample.\n\nThe [Hello World Tutorial](https://docs.temporal.io/docs/typescript/hello-world/) walks through the TypeScript version of this sample.\n\n### Running this sample\n\n1. Make sure Temporal Server is running locally (see the [quick install guide](https://docs.temporal.io/docs/server/quick-install/)).\n1. `pnpm install` **([install pnpm](https://pnpm.io/installation) if needed)**\n1. `pnpm run start` to start the Worker.\n1. In another shell, `pnpm run workflow` to run the Workflow.\n\nThe Workflow should return:\n\n```\nHello, Temporal!\n```\n\nBut currently it does this:\n\n```\n/t/temporal-pnpm\u003e pnpm run start\n\n\u003e hello-world-js@0.1.0 start\n\u003e node src/worker.js\n\n2021-11-28T20:41:43.471Z [INFO] [temporal_sdk_core] Registering worker task_queue=\"hello-javascript\"\n2021-11-28T20:41:43.729Z [ERROR] asset main.js 225 KiB [emitted] (name: main)\n2021-11-28T20:41:43.729Z [ERROR] runtime modules 1.77 KiB 4 modules\n2021-11-28T20:41:43.729Z [ERROR] modules by path ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/*.js 75.9 KiB\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 9.57 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 17.9 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/alea.js 2.9 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/errors.js 2.19 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/cancellation-scope.js 6.58 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/index.js 6.07 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/interfaces.js 772 bytes [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/workflow.js 28.4 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/interceptors.js 256 bytes [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]   ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/trigger.js 1.29 KiB [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR] ../../../src/main.js 578 bytes [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR] ./src/workflows.js 249 bytes [built] [code generated]\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/cancellation-scope.js 16:17-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 12:29-60\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/errors.js 4:17-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 14:17-36\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/index.js 65:15-44\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./src/workflows.js 1:0-55 3:18-33\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/interfaces.js 4:18-58\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/proto/lib/coresdk' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 43:21-44\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 11:20-42\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 38:31-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve 'long' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 11:20-42\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 39:32-61\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve 'protobufjs/minimal' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 11:20-42\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 40:17-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 11:20-42\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/internals.js 41:18-58\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/proto/lib/coresdk' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 11:20-42\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 9:17-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/worker-interface.js 10:18-58\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/proto/lib/coresdk' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js 1:0-68 4:0-19 5:0-18 26:4-7\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] ERROR in ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/workflow.js 4:17-46\n2021-11-28T20:41:43.729Z [ERROR] Module not found: Error: Can't resolve '@temporalio/common' in '/private/tmp/tp2/node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib'\n2021-11-28T20:41:43.729Z [ERROR]  @ ./node_modules/.pnpm/@temporalio+workflow@0.16.0/node_modules/@temporalio/workflow/lib/index.js 84:13-34\n2021-11-28T20:41:43.729Z [ERROR]  @ ./src/workflows.js 1:0-55 3:18-33\n2021-11-28T20:41:43.729Z [ERROR]  @ ../../../src/main.js\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] 11 errors have detailed information that is not shown.\n2021-11-28T20:41:43.729Z [ERROR] Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.\n2021-11-28T20:41:43.729Z [ERROR]\n2021-11-28T20:41:43.729Z [ERROR] webpack 5.64.4 compiled with 11 errors in 132 ms\nError: Webpack finished with errors, if you're unsure what went wrong, visit our troubleshooting page at https://docs.temporal.io/docs/typescript/troubleshooting#webpack-errors\n    at /private/tmp/tp2/node_modules/.pnpm/@temporalio+worker@0.16.2/node_modules/@temporalio/worker/lib/workflow/bundler.js:172:36\n    at finalCallback (/private/tmp/tp2/node_modules/.pnpm/webpack@5.64.4/node_modules/webpack/lib/Compiler.js:436:32)\n    at /private/tmp/tp2/node_modules/.pnpm/webpack@5.64.4/node_modules/webpack/lib/Compiler.js:500:17\n    at /private/tmp/tp2/node_modules/.pnpm/webpack@5.64.4/node_modules/webpack/lib/HookWebpackError.js:68:3\n    at Hook.eval [as callAsync] (eval at create (/private/tmp/tp2/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/HookCodeFactory.js:33:10), \u003canonymous\u003e:6:1)\n    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/private/tmp/tp2/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/Hook.js:18:14)\n    at Cache.storeBuildDependencies (/private/tmp/tp2/node_modules/.pnpm/webpack@5.64.4/node_modules/webpack/lib/Cache.js:122:37)\n    at /private/tmp/tp2/node_modules/.pnpm/webpack@5.64.4/node_modules/webpack/lib/Compiler.js:496:19\n    at Hook.eval [as callAsync] (eval at create (/private/tmp/tp2/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/HookCodeFactory.js:33:10), \u003canonymous\u003e:6:1)\n    at Hook.CALL_ASYNC_DELEGATE [as _callAsync] (/private/tmp/tp2/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/Hook.js:18:14)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflybayer%2Ftemporal-pnpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflybayer%2Ftemporal-pnpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflybayer%2Ftemporal-pnpm/lists"}