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
> nx run @notesnook/web:start
> @notesnook/[email protected] start
> cross-env PLATFORM=web vite
✘ [ERROR] Cannot start service: Host version "0.20.2" does not match binary version "0.23.1"
1 error
failed to load config from /Users/viet/Documents/projects/App/notesnook/apps/web/vite.config.ts
error when starting dev server:
Error: The service was stopped
at /Users/viet/Documents/projects/App/notesnook/apps/web/node_modules/esbuild/lib/main.js:1084:25
at responseCallbacks.<computed> (/Users/vietle/Documents/projects/App/notesnook/apps/web/node_modules/esbuild/lib/main.js:704:9)
at Socket.afterClose (/Users/viet/Documents/projects/App/notesnook/apps/web/node_modules/esbuild/lib/main.js:694:28)
at Socket.emit (node:events:526:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Things I've tried to do but no luck
npm run clean
npm install
npm run start:web
The text was updated successfully, but these errors were encountered:
What happened?
I'm getting the error below when running
npm run start:web
Environments
Node version:
v18.17.0
NPM:
9.6.7
Steps to reproduce the problem
Version
v3.0.22
Platform/OS
macOS
Relevant log output
Things I've tried to do but no luck
The text was updated successfully, but these errors were encountered: