-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Vue version
3.4.0-beta.2
Link to minimal reproduction
Steps to reproduce
run pnpm run build
command in terminal
What is expected?
it should build successfully, and generate files in packages/vue/dist
folder
What is actually happening?
[!] RollupError: "TriggerOpTypes" is not exported by "packages/reactivity/src/operations.ts", imported by "packages/reactivity/src/effect.ts".
https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
packages/reactivity/src/effect.ts (2:9)
1: import { TrackOpTypes, TriggerOpTypes } from './operations'
2: import { extend, isArray, isIntegerKey, isMap, isSymbol } from '@vue/shared'
^
3: import { EffectScope, recordEffectScope } from './effectScope'
System Info
System:
OS: macOS 14.1.1
CPU: (8) arm64 Apple M1
Memory: 363.48 MB / 8.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.14.2 - ~/.nvm/versions/node/v18.14.2/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 9.5.0 - ~/.nvm/versions/node/v18.14.2/bin/npm
pnpm: 7.28.0 - ~/.nvm/versions/node/v18.14.2/bin/pnpm
Browsers:
Chrome: 119.0.6045.199
Safari: 17.1
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels