-
Notifications
You must be signed in to change notification settings - Fork 419
Closed
Description
Is your feature request related to a problem? Please describe.
Updating the pnpm lock file to use vue 3.4.3 causes vue-vanilla's tests to fail with error:
Compiling...
[=========================] 98% (after emitting)
ERROR Failed to compile with 1 error
This dependency was not found:
* node:stream in /home/user/jsonforms/node_modules/.pnpm/@vue+server-renderer@3.4.3_vue@3.4.3/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js
To install it, you can run: npm install --save node:stream
[=========================] 100% (completed)
WEBPACK Failed to compile with 1 error(s)
Error in /home/user/jsonforms/node_modules/.pnpm/@vue+server-renderer@3.4.3_vue@3.4.3/node_modules/@vue/server-renderer/dist/server-renderer.cjs.js
Module not found: 'node:stream' in '/home/user/jsonforms/node_modules/.pnpm/@vue+server-renderer@3.4.3_vue@3.4.3/node_modules/@vue/server-renderer/dist'
ERROR mochapack exited with code 1.
ELIFECYCLE Test failed. See above for more details.
Using Node 18 instead of 16 did not solve the problem.
Describe the solution you'd like
Upgrade vue peer dependency to 3.4.3+ and fix the vue-vanilla package tests and/or other dependencies to still work.
Describe alternatives you've considered
Do not update vue. This is not a viable long-term solution
Framework
Vue 3
RendererSet
Vue Vanilla
Additional context
No response