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
on master and v4.5.0 many of the go task fail to run for me.
am on mac.
openbooks % task dev:client
task: [dev:client] npm run dev
> [email protected] dev /Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app
> vite
failed to load config from /Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/vite.config.ts
error when starting dev server:
Error: Cannot find module 'node:path'
Require stack:
- /Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/node_modules/@vitejs/plugin-react/dist/index.cjs
- /Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/vite.config.ts
- /Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/node_modules/vite/dist/node/chunks/dep-665b0112.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:885:15)
at Function.Module._load (internal/modules/cjs/loader.js:730:27)
at Module.require (internal/modules/cjs/loader.js:957:19)
at require (internal/modules/cjs/helpers.js:88:18)
at Object.<anonymous> (/Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/node_modules/@vitejs/plugin-react/dist/index.cjs:3:14)
at Module._compile (internal/modules/cjs/loader.js:1068:30)
at Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
at Object._require.extensions.<computed> [as .js] (file:///Users/apple/workspace/go/src/github.com/gedw99/sc-gio/tools/webview/exp/evan-buss__openbooks/openbooks/server/app/node_modules/vite/dist/node/chunks/dep-665b0112.js:63441:17)
at Module.load (internal/modules/cjs/loader.js:933:32)
at Function.Module._load (internal/modules/cjs/loader.js:774:14)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] dev: `vite`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/apple/.npm/_logs/2023-01-19T12_12_47_067Z-debug.log
task: Failed to run task "dev:client": exit status 1
The text was updated successfully, but these errors were encountered:
on master and v4.5.0 many of the go task fail to run for me.
am on mac.
The text was updated successfully, but these errors were encountered: