You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run v1.22.22
$ VITE_ENABLE_MSW_MOCKS=true yarn start:bundler
$ ./scripts/verify_host_file.sh && vite
Re-optimizing dependencies because lockfile has changed
VITE v5.4.8 ready in 612 ms
➜ Network: https://local.app.komodor.local:3000/
➜ press h + enter to show help
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
✘ [ERROR] Could not resolve "msw"
../../node_modules/@mswjs/source/lib/open-api/from-open-api.js:1:34:
1 │ import { HttpHandler, http } from 'msw';
╵ ~~~~~
You can mark the path "msw" as external to exclude it from the bundle, which will remove this
error and leave the unresolved path in the bundle.
/Users/dlvhdr/code/komodor/mono/node_modules/esbuild/lib/main.js:1472
let error = new Error(text);
^
Error: Build failed with 1 error:
../../node_modules/@mswjs/source/lib/open-api/from-open-api.js:1:34: ERROR: Could not resolve "msw"
at failureErrorWithLog (/Users/dlvhdr/code/komodor/mono/node_modules/esbuild/lib/main.js:1472:15)
at /Users/dlvhdr/code/komodor/mono/node_modules/esbuild/lib/main.js:945:25
at /Users/dlvhdr/code/komodor/mono/node_modules/esbuild/lib/main.js:1353:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
errors: [Getter/Setter],
warnings: [Getter/Setter]
}
Node.js v18.18.2
error Command failed with exit code 1.
Expected behavior
Initial assessment
I'm not sure if the top-level await has anything to do with it
Screenshots
The text was updated successfully, but these errors were encountered:
$ yarn why msw
yarn why v1.22.22
[1/4] 🤔 Why do we have the module "msw"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
- "_project_#web" depends on it
- Hoisted from "_project_#web#msw"
✨ Done in 1.01s.
Description
I tried using this library but couldn't make it work.
source
with our browser handlersCould not resolve "msw"
Reproduction steps
@modyfi/vite-plugin-yaml
to load open api specs in YAML:vite
Expected behavior
Initial assessment
Screenshots
The text was updated successfully, but these errors were encountered: