ext-saladict icon indicating copy to clipboard operation
ext-saladict copied to clipboard

Texts disappeared in options when building from source

Open FantasqueX opened this issue 2 years ago • 2 comments

Device info

  • OS: Window10.0.22000.778
  • Browser Version Chrome 104.0.5112.20
  • Saladict Version 663c16025929dd607f88305f80557c5f10975f60 in dev branch

Describe the bug

The following is the one I built from source. image The following is the one I installed from chrome webstore. image

My nodejs version is v18.4.0. I think the version of nodejs might be the problem. However, I have only seen several warning due to dependencies comflict and issue about webpack4 incompatible with node 17+. I don't think these problems are keys. As I'm not familiar with front end tech, I need your help.

BTW, I notice that a lot of dependencies of this project have outdated. Is there any plan to update them?

To Reproduce

git clone [email protected]:crimx/ext-saladict.git
cd ext-saladict
yarn install
yarn pdf
touch .env
yarn build

FantasqueX avatar Jun 24 '22 10:06 FantasqueX

It's a known issue on Windows #944. I still have no clue...

BTW, I notice that a lot of dependencies of this project have outdated. Is there any plan to update them?

To support Extension Manifest V3 most parts of the build system will be rewritten.

crimx avatar Jun 25 '22 03:06 crimx

Thanks for the information. I'll try to build on a Linux system

FantasqueX avatar Jun 25 '22 06:06 FantasqueX