Closed flynncao closed 1 year ago
I have the same problem. running pnpm dev error message [Error: ENOENT: no such file or directory, open '/Users/yeguo/work/vitesse-webext/src/background/index.html'] { errno: -2, code: 'ENOENT', syscall: 'open', path: '/Users/yeguo/work/vitesse-webext/src/background/index.html' }
refactor/mv3 branch:
@FlynnCao The latest commit has fixed the issue.
by the way, we recommend using pnpm, you can install dependencies by npm i -g pnpm && pnpm i
refactor/mv3 branch:
@FlynnCao The latest commit has fixed the issue.
by the way, we recommend using pnpm, you can install dependencies by
npm i -g pnpm && pnpm i
Tks! Helps a lot~
Describe the bug
I've tried both branches's code by running
pnpm install
andpnpm run dev
directly and none of them work perfectly, my problems are:I'm tryting to develop a chrome extension:
main
branch:After running "pnpm run dev", terminal showed:
refactor/mv3
branch:Everything worked fine during build process but after loading the extension and enable it, both the option page and popup page showed "Vite server did not start", tho it's obvious the vite server had started successfully on default port.
Really appreciate if anyone can solve my problems!
Reproduction
None. It's from scratch.
System Info
Used Package Manager
npm
Validations