As described here: https://github.com/dominictarr/event-stream/issues/116
./.vscode/extensions/octref.vetur-0.14.1/yarn.lock:712: flatmap-stream "^0.1.0"
./.vscode/extensions/octref.vetur-0.14.1/yarn.lock:891:flatmap-stream@^0.1.0:
./.vscode/extensions/octref.vetur-0.14.1/yarn.lock:893: resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea"
./.vscode/extensions/octref.vetur-0.14.2/yarn.lock:712: flatmap-stream "^0.1.0"
./.vscode/extensions/octref.vetur-0.14.2/yarn.lock:891:flatmap-stream@^0.1.0:
./.vscode/extensions/octref.vetur-0.14.2/yarn.lock:893: resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.1.tgz#d34f39ef3b9aa5a2fc225016bd3adf28ac5ae6ea"
Just install Vetur.
Fixed and will publish soon. Thanks for the heads-up.
I also want to make it clear these come from the dev dependencies, and those are removed for bundling & publishing. In conclusion: you might see references to flatmap-stream in your local installs of Vetur, but not the actual node module of flatmap-stream. You are safe 馃槃
However, if you have been developing / contributing to Vetur, you might be affected. Please take time to do these:
yarn cache clean gulp-untar
yarn cache clean npm-run-all
And reinstall dependencies in the repo.
Most helpful comment
I also want to make it clear these come from the dev dependencies, and those are removed for bundling & publishing. In conclusion: you might see references to
flatmap-streamin your local installs of Vetur, but not the actual node module offlatmap-stream. You are safe 馃槃However, if you have been developing / contributing to Vetur, you might be affected. Please take time to do these:
And reinstall dependencies in the repo.