BetterSEQTA / BetterSEQTA-Plus

BetterSEQTA+ - A continuation of development of the BetterSEQTA chrome extension.
https://chromewebstore.google.com/detail/betterseqta+/afdgaoaclhkhemfkkkonemoapeinchel
MIT License
19 stars 7 forks source link

Build error #50

Closed Jaxx7594 closed 10 months ago

Jaxx7594 commented 10 months ago

ERROR in unable to locate 'C:/Users/[redacted]/EvenBetterSEQTA/interface/dist/client' glob

ERROR in unable to locate 'C:/Users/[redacted]/EvenBetterSEQTA/interface/dist/index.html' glob

SethBurkart123 commented 10 months ago

Hey @Jaxx7594,

Sorry that it wasn't in the documentation in the past, I recently updated it. You just have to open another terminal, cd interface and then install all the dependencies:

npm i

and finally

npm run dev

That needs to run at the same time as the main dev script. I separated it originally for performance, as when having them together it took a big hit on the development speed as a whole.

Jaxx7594 commented 10 months ago

Alr, thanks! Will test it out tomorrow