samsiegart / simple-game

0 stars 1 forks source link

`@agoric/rpc` and `@agoric/web-components` not installed #1

Open anilhelvaci opened 1 year ago

anilhelvaci commented 1 year ago

I've trying to run this repo but faced the problem below;

Error: The following dependencies are imported but could not be resolved:

  @agoric/rpc (imported by /Users/anil/WebstormProjects/agoric-samples/simple-game/src/App.tsx)
  @agoric/web-components (imported by /Users/anil/WebstormProjects/agoric-samples/simple-game/src/App.tsx)

Are they installed?
    at file:///Users/anil/WebstormProjects/agoric-samples/simple-game/node_modules/vite/dist/node/chunks/dep-df561101.js:45705:23
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async file:///Users/anil/WebstormProjects/agoric-samples/simple-game/node_modules/vite/dist/node/chunks/dep-df561101.js:45114:38
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
samsiegart commented 1 year ago

I was running this with yarn link @agoric/rpc and yarn link @agoric/web-components locally. I'm working on a release for ui-kit so that we can add the proper deps with the necessary changes https://github.com/Agoric/ui-kit/pull/40, then I'll update this repo.

dckc commented 10 months ago

I haven't run into this problem. Is it gone?