Jillian Ada Burrows Sosa
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # FRESH LINUX + HOLO-REA, ATTEMPT TWO See the first attempt [here](https://hackmd.io/fnieAnTxT5K9tdwBU0fzIg). #### ZERO _Let's reset things._ Outside the nix-shell: ``` # 1 corepack disable # 2 sudo rm -rf /nix rm -rf ~/.nix-* rm -rf ~/.cache/nix rm -rf ~/.config/nix rm -rf ~/.local/state/pnpm rm -rf ~/.pnpm-store rm -rf ~/.cache/pnpm # 3 rm -rf ./* rm -rf ./.cargo rm -rf ./.hc git checkout HEAD --force # 4 sh <(curl -L https://nixos.org/nix/install) --no-daemon nix-env -iA cachix -f https://cachix.org/api/v1/install cachix use holochain-ci # 5 nix-shell # 6 npm i pnpm ``` 1. Before entering the nix-shell, `corepack disable` makes sure that the `pnpm` included in the nvm install (and yarn) are no longer available. Because of the ordering of the $PATH locations, it always finds the version in the nix-shell. 2. Remove all nix and pnpm files. 3. Delete most of the files in the repo besides the bare .git repo, and recalled the files from the bare .git repo (technically, the force checkout should do the right thing without the deletion). 4. Install nix again, but this time in single user mode. 5. Load the nix-shell. 6. Then I installed a local `pnpm` with `npm`. #### ONE Run the `pnpm` we just installed from the node_modules directory. ``` [nix-shell:~/workspace/holo-rea]$ ./node_modules/pnpm/bin/pnpm.cjs i Scope: all 5 workspace projects  WARN  Moving hygen that was installed by a different package manager to "node_modules/.ignored  WARN  Moving npm-run-all that was installed by a different package manager to "node_modules/.ignored  WARN  Moving npm-watch that was installed by a different package manager to "node_modules/.ignored  WARN  Moving pnpm that was installed by a different package manager to "node_modules/.ignored modules/vf-graphql-holochain |  WARN  deprecated tslint-config-standard@8.0.1 modules/graphql-client |  WARN  deprecated tslint-config-standard@8.0.1  WARN  deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies test |  WARN  deprecated graphql-tools@4.0.8 test |  WARN  deprecated sprintf@0.1.5 test |  WARN  deprecated uuid@3.4.0 test |  WARN  deprecated wrench@1.3.9  WARN  deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. apps/holorea-graphql-explorer |  WARN  deprecated @types/jest-diff@24.3.0  WARN  deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated  WARN  deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated  WARN  deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated  WARN  deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated apps/holorea-graphql-explorer |  WARN  deprecated source-map-url@0.4.1 apps/holorea-graphql-explorer |  WARN  deprecated source-map-url@0.4.1 apps/holorea-graphql-explorer |  WARN  deprecated svgo@1.3.2 Packages: +1615 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Packages are hard linked from the content-addressable store to the virtual store. Content-addressable store is at: /home/jillburrows/.pnpm-store/v3 Virtual store is at: node_modules/.pnpm Downloading registry.npmjs.org/typescript/4.5.5: 11.3 MB/11.3 MB, done  WARN  Local dependency not found at /home/jillburrows/workspace/holo-rea/modules/vf-graphql-holochain/build Progress: resolved 1610, reused 0, downloaded 1608, added 1615, done node_modules/.pnpm/core-js-pure@3.20.3/node_modules/core-js-pure: Running postinstall script, done in 292ms node_modules/.pnpm/core-js@3.20.3/node_modules/core-js: Running postinstall script, done in 285ms node_modules/.pnpm/ejs@2.7.4/node_modules/ejs: Running postinstall script, done in 276ms node_modules/.pnpm/nodemon@1.19.4/node_modules/nodemon: Running postinstall script, done in 389ms . preinstall$ npx only-allow pnpm && scripts/preinstall.sh └─ Done in 20.1s modules/vf-graphql-holochain prepare$ npm run build │ > @valueflows/vf-graphql-holochain@0.0.1-alpha.3 build │ > tsc -p ./tsconfig.dev.json; node ./finish-build │ queries/agent.ts(32,7): error TS2740: Type '{ id: string; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. │ queries/agent.ts(56,7): error TS2740: Type '{ id: any; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. └─ Done in 14.5s modules/graphql-client prepare$ npm run build │ > @vf-ui/graphql-client-holochain@0.0.1-alpha.3 build │ > tsc -p ./tsconfig.dev.json; node ./finish-build │ index.ts(11,68): error TS2307: Cannot find module '@valueflows/vf-graphql-holochain' or its corresponding type declarations. └─ Done in 12.6s . postinstall$ scripts/postinstall.sh │ Nix is installed- simply run `nix-shell` to begin developing! └─ Done in 118ms dependencies: + pnpm 6.32.3 devDependencies: + hygen 5.0.3 + npm-run-all 4.1.5 + npm-watch 0.6.0  WARN  Issues with peer dependencies found . └─┬ hygen └─┬ ts-jest └── ✕ missing peer jest@">=24 <25" Peer dependencies that should be installed: jest@">=24 <25" apps/holorea-graphql-explorer ├─┬ react-scripts │ ├─┬ eslint-config-react-app │ │ └─┬ eslint-plugin-flowtype │ │ ├── ✕ missing peer @babel/plugin-syntax-flow@^7.14.5 │ │ └── ✕ missing peer @babel/plugin-transform-react-jsx@^7.14.9 │ ├─┬ tailwindcss │ │ └── ✕ missing peer autoprefixer@^10.0.2 │ └─┬ webpack-dev-server │ └─┬ http-proxy-middleware │ └── ✕ missing peer @types/express@^4.17.13 ├─┬ graphiql │ └─┬ @graphiql/toolkit │ └── ✕ missing peer graphql-ws@">= 4.5.0" └─┬ graphiql-explorer └── ✕ unmet peer graphql@"^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 Peer dependencies that should be installed: @babel/plugin-syntax-flow@^7.14.5 @babel/plugin-transform-react-jsx@^7.14.9 @types/express@^4.17.13 autoprefixer@^10.0.2 graphql-ws@">= 4.5.0" modules/graphql-client ├─┬ @apollo/client │ ├── ✕ missing peer graphql@"^14.0.0 || ^15.0.0 || ^16.0.0" │ ├─┬ @graphql-typed-document-node/core │ │ └── ✕ missing peer graphql@"^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" │ └─┬ graphql-tag │ └── ✕ missing peer graphql@"^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" ├─┬ @apollo/link-schema │ └── ✕ missing peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0" └─┬ tslint-config-standard └─┬ tslint-eslint-rules └── ✕ unmet peer typescript@"^2.2.0 || ^3.0.0": found 4.5.5 Peer dependencies that should be installed: graphql@">=14.0.0 <15.0.0" modules/vf-graphql-holochain ├─┬ @holochain/client │ └─┬ isomorphic-ws │ └── ✕ missing peer ws@"*" └─┬ tslint-config-standard └─┬ tslint-eslint-rules └── ✕ unmet peer typescript@"^2.2.0 || ^3.0.0": found 4.5.5 Peer dependencies that should be installed: ws@"*" test └─┬ easygraphql-tester ├── ✕ unmet peer graphql@"^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 ├─┬ easygraphql-mock │ └─┬ easygraphql-parser │ ├── ✕ unmet peer graphql@"^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 │ └─┬ @graphql-tools/merge │ ├── ✕ unmet peer graphql@"^14.0.0 || ^15.0.0": found 16.3.0 │ └─┬ @graphql-tools/utils │ └── ✕ unmet peer graphql@"^14.0.0 || ^15.0.0": found 16.3.0 └─┬ graphql-tools ├── ✕ unmet peer graphql@"^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 └─┬ apollo-link ├── ✕ unmet peer graphql@"^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 └─┬ apollo-utilities └── ✕ unmet peer graphql@"^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0": found 16.3.0 [nix-shell:~/workspace/holo-rea]$ ``` There's a bunch of missing peers, but let's see if that matters. #### TWO ``` [nix-shell:~/workspace/holo-rea]$ ./node_modules/pnpm/bin/pnpm.cjs run build > holo-rea@0.0.1 build /home/jillburrows/workspace/holo-rea > npm-run-all --parallel build:graphql build:crates > holo-rea@0.0.1 build:crates /home/jillburrows/workspace/holo-rea > CARGO_TARGET_DIR=target cargo build --release --target wasm32-unknown-unknown && RUN_WASM_OPT=0 scripts/package-dnas.sh > holo-rea@0.0.1 build:graphql /home/jillburrows/workspace/holo-rea > npm-run-all build:graphql:adapter build:graphql:client Updating crates.io index > holo-rea@0.0.1 build:graphql:adapter /home/jillburrows/workspace/holo-rea > cd modules/vf-graphql-holochain && pnpm run build > @valueflows/vf-graphql-holochain@0.0.1-alpha.3 build /home/jillburrows/workspace/holo-rea/modules/vf-graphql-holochain > tsc -p ./tsconfig.dev.json; node ./finish-build queries/agent.ts:32:7 - error TS2740: Type '{ id: string; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. 32 return { ~~~~~~~~ 33 id: `${agentPubKey}:${mappedDNA}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 name: `Agent ${agentPubKey.substr(2, 4)}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35 } ~~~~~~~ queries/agent.ts:56:7 - error TS2740: Type '{ id: any; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. 56 return { ~~~~~~~~ 57 id, ~~~~~~~~~~~ 58 name: `Agent ${id.substr(2, 4)}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59 } ~~~~~~~ Found 2 errors. Fetch [ ] 0.00%, 2.23KiB/s > holo-rea@0.0.1 build:graphql:client /home/jillburrows/workspace/holo-rea > cd modules/graphql-client && pnpm run build Fetch [ ] 2.66%, 278.77KiB/s > @vf-ui/graphql-client-holochain@0.0.1-alpha.3 build /home/jillburrows/workspace/holo-rea/modules/graphql-client > tsc -p ./tsconfig.dev.json; node ./finish-build index.ts:11:68 - error TS2307: Cannot find module '@valueflows/vf-graphql-holochain' or its corresponding type declarations. 11 import bindSchema, { autoConnect, APIOptions, DNAIdMappings } from '@valueflows/vf-graphql-holochain' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Found 1 error. [Elision of long boring output...] Finished release [optimized] target(s) in 11m 45s Compiling DNA in happs/agent Wrote bundle /home/jillburrows/workspace/holo-rea/happs/agent/hrea_agent.dna packing succeeded. Compiling DNA in happs/agreement Wrote bundle /home/jillburrows/workspace/holo-rea/happs/agreement/hrea_agreement.dna packing succeeded. Compiling DNA in happs/observation Wrote bundle /home/jillburrows/workspace/holo-rea/happs/observation/hrea_observation.dna packing succeeded. Compiling DNA in happs/planning Wrote bundle /home/jillburrows/workspace/holo-rea/happs/planning/hrea_planning.dna packing succeeded. Compiling DNA in happs/proposal Wrote bundle /home/jillburrows/workspace/holo-rea/happs/proposal/hrea_proposal.dna packing succeeded. Compiling DNA in happs/specification Wrote bundle /home/jillburrows/workspace/holo-rea/happs/specification/hrea_specification.dna packing succeeded. Bundling hApp in bundles/full_suite Wrote bundle /home/jillburrows/workspace/holo-rea/bundles/full_suite/hrea_suite.happ packing succeeded. Bundling hApp in bundles/obs_and_agent Wrote bundle /home/jillburrows/workspace/holo-rea/bundles/obs_and_agent/hrea_obs_agent.happ packing succeeded. [nix-shell:~/workspace/holo-rea]$ ``` #### THREE Running the app build step independently: ``` [nix-shell:~/workspace/holo-rea]$ ./node_modules/pnpm/bin/pnpm.cjs run build:apps > holo-rea@0.0.1 build:apps /home/jillburrows/workspace/holo-rea > pnpm run build:apps:explorer > holo-rea@0.0.1 build:apps:explorer /home/jillburrows/workspace/holo-rea > pnpm run build:graphql:adapter && cd apps/holorea-graphql-explorer && pnpm run build > holo-rea@0.0.1 build:graphql:adapter /home/jillburrows/workspace/holo-rea > cd modules/vf-graphql-holochain && pnpm run build > @valueflows/vf-graphql-holochain@0.0.1-alpha.3 build /home/jillburrows/workspace/holo-rea/modules/vf-graphql-holochain > tsc -p ./tsconfig.dev.json; node ./finish-build queries/agent.ts:32:7 - error TS2740: Type '{ id: string; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. 32 return { ~~~~~~~~ 33 id: `${agentPubKey}:${mappedDNA}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 34 name: `Agent ${agentPubKey.substr(2, 4)}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 35 } ~~~~~~~ queries/agent.ts:56:7 - error TS2740: Type '{ id: any; name: string; }' is missing the following properties from type 'Agent': commitments, economicEvents, intents, inventoriedEconomicResources, and 4 more. 56 return { ~~~~~~~~ 57 id, ~~~~~~~~~~~ 58 name: `Agent ${id.substr(2, 4)}`, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 59 } ~~~~~~~ Found 2 errors. > holorea-graphql-explorer@0.1.0 build /home/jillburrows/workspace/holo-rea/apps/holorea-graphql-explorer > rimraf ui.zip && rimraf build && react-scripts build && cd ./build && bestzip ../ui.zip * Creating an optimized production build... Compiled with warnings. Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. File sizes after gzip: 362.11 kB build/static/js/main.f3d45167.js 6.6 kB build/static/css/main.2bc90fe7.css The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. You may serve it with a static server: npm install -g serve serve -s build Find out more about deployment here: https://cra.link/deployment Writing asset-manifest.json, favicon.ico, index.html, manifest.json, static to ../ui.zip... zipped! [nix-shell:~/workspace/holo-rea]$ ``` #### FOUR Run the DHT: ``` [nix-shell:~/workspace/holo-rea]$ ./node_modules/pnpm/bin/pnpm.cjs run dht > holo-rea@0.0.1 dht /home/jillburrows/workspace/holo-rea > pnpm run dht:conductor > holo-rea@0.0.1 dht:conductor /home/jillburrows/workspace/holo-rea > scripts/run-dev-conductor.sh hc-sandbox: Creating 1 conductor sandboxes with same settings hc-sandbox: Config ConductorConfig { environment_path: EnvironmentRootPath("/tmp/tmp.o8g21euCme/hrea_tester"), keystore: LairServerLegacyDeprecated { keystore_path: Some("/tmp/tmp.o8g21euCme/hrea_tester/keystore"), danger_passphrase_insecure_from_config: "default-insecure-passphrase" }, dpki: None, admin_interfaces: Some([AdminInterfaceConfig { driver: Websocket { port: 0 } }]), network: None, db_sync_strategy: Fast } hc-sandbox: Created directory at: /tmp/tmp.o8g21euCme/hrea_tester Keep this path to rerun the same sandbox hc-sandbox: Created config at /tmp/tmp.o8g21euCme/hrea_tester/conductor-config.yaml hc-sandbox: Created ["/tmp/tmp.o8g21euCme/hrea_tester"] Conductor ready. hc-sandbox: Installed App: hrea_obs_agent Conductor ready. hc-sandbox: Running conductor on admin port 35967 hc-sandbox: Attaching app port 4000 hc-sandbox: App port attached at 4000 hc-sandbox: Connected successfully to a running holochain ``` #### FIVE Run the explorer: ``` [nix-shell:~/workspace/holo-rea]$ ./node_modules/pnpm/bin/pnpm.cjs run dev:graphql:explorer > holo-rea@0.0.1 dev:graphql:explorer /home/jillburrows/workspace/holo-rea > cd apps/holorea-graphql-explorer && npm start > holorea-graphql-explorer@0.1.0 start > REACT_APP_HC_APP_ID='hrea_obs_agent' REACT_APP_HC_CONN_URL='ws://localhost:4000' BROWSER=none react-scripts start [some other stuff I couldn't catch] Starting the development server... Compiled with warnings. Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before. asset static/js/bundle.js 4.72 MiB [emitted] (name: main) 1 related asset asset index.html 1.62 KiB [emitted] asset asset-manifest.json 190 bytes [emitted] orphan modules 55.3 KiB [orphan] 42 modules runtime modules 28.2 KiB 13 modules modules by path ../../node_modules/.pnpm/ 3.74 MiB 512 modules modules by path ../../modules/vf-graphql-holochain/build/ 124 KiB 48 modules modules by path ./src/ 21.5 KiB modules by path ./src/*.css 9.58 KiB 4 modules modules by path ./src/*.tsx 6.38 KiB 2 modules ./src/serviceWorker.ts 5.54 KiB [built] [code generated] asset modules 1.43 KiB data:image/png;base64,iVBORw0KGgoAAAAN.. 295 bytes [built] [code generated] data:image/png;base64,iVBORw0KGgoAAAAN.. 324 bytes [built] [code generated] data:image/png;base64,iVBORw0KGgoAAAAN.. 296 bytes [built] [code generated] + 2 modules WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/api/admin.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/admin.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 1:0-28 1:0-28 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/api/app.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/app.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 2:0-26 2:0-26 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/api/common.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/common.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/app.js 21:0-53 27:44-64 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 5:0-32 5:0-32 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/api/types.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/api/types.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 3:0-28 3:0-28 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/environments/launcher.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/environments/launcher.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/app.js 22:0-66 37:22-44 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 5:0-32 5:0-32 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/index.ts' @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/capabilities.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/capabilities.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js 1:0-31 1:0-31 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/common.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/common.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js 2:0-25 2:0-25 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/dht-ops.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/dht-ops.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js 3:0-26 3:0-26 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/entry.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/entry.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js 4:0-24 4:0-24 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/header.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/header.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js 5:0-25 5:0-25 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/types/index.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/types/index.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 6:0-24 6:0-24 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/admin.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/admin.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 4:0-34 4:0-34 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/app.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/app.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 5:0-32 5:0-32 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/client.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/client.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/app.js 19:0-36 43:27-43 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 5:0-32 5:0-32 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 WARNING in ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/common.js Module Warning (from ../../node_modules/.pnpm/source-map-loader@3.0.1_webpack@5.67.0/node_modules/source-map-loader/dist/cjs.js): Failed to parse source map from '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' file: Error: ENOENT: no such file or directory, open '/home/jillburrows/workspace/holo-rea/node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/src/websocket/common.ts' @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/websocket/app.js 20:0-71 27:83-97 27:166-176 32:57-72 @ ../../node_modules/.pnpm/@holochain+client@0.3.2/node_modules/@holochain/client/lib.es/index.js 5:0-32 5:0-32 @ ../../modules/vf-graphql-holochain/build/connection.js 29:17-45 @ ../../modules/vf-graphql-holochain/build/index.js 28:21-44 @ ./src/App.tsx 11:0-75 50:14-25 51:25-35 @ ./src/index.tsx 7:0-24 9:50-53 16 warnings have detailed information that is not shown. Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it. webpack 5.67.0 compiled with 16 warnings in 51032 ms No issues found. ``` It totally works!

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully