hypothesis / browser-extension

The Hypothesis browser extensions.
BSD 2-Clause "Simplified" License
476 stars 125 forks source link

Error building extension with custom client #1523

Closed ElModdy closed 1 month ago

ElModdy commented 1 month ago

Hello, I'm trying to rebuild the extension with a custom client. I have a folder in which I have the browser-extension and client directories.

  1. make dev in the client directory after making some changes
  2. yarn install and make build in the browser-extension directory

I get the following error: \ make: *** No rule to make target 'node_modules/hypothesis/build/manifest.json', needed by 'build/client/build'. Stop. What did I do wrong? I really appreciate any kind of help.

robertknight commented 1 month ago

Did you find a solution for your problem?