chrome-sidebar icon indicating copy to clipboard operation
chrome-sidebar copied to clipboard

The GitHub-trending example produces an error

Open odebroqueville opened this issue 3 years ago • 1 comments

Screenshot 2022-01-14 at 21 15 28

Also, npm install resulted in the following: Screenshot 2022-01-14 at 21 21 11

And, after running npm audit fix: Screenshot 2022-01-14 at 21 25 24

odebroqueville avatar Jan 14 '22 20:01 odebroqueville

I also cannot install the example extension. Steps to reproduce:

  1. Unzipped.
  2. npm install
  3. npm run dev
$ npm run dev

> [email protected] dev
> fly

[21:39:02] Flying with R:\chrome-sidebar-master\flyfile.js
[21:39:02] Starting default
[21:39:02] Starting src
[21:39:02] Watching files...
[21:39:03] Finished default in 696ms
[21:39:05] Finished src in 2.73s
  1. Load unpacked
  2. Issue 1: there was no examples/github-trending/dist directory
  3. Issue 2: since there was no dist directory, I tried pointing to the src directiory (where manifest.json was) and got this error:

image

thdoan avatar Feb 19 '23 05:02 thdoan