Skip to content

How to use both Parcel 2 and Parcel 1 on the same machine #7531

Answered by mischnic
Dagge1 asked this question in General
Discussion options

You must be logged in to vote

Since Parcel 2 does not work with Vue 2 projects, how can I handle Vue 2 projects that I have bundled with Parcel 1.12.5 on the same machine. I had to uninstall parcel 2 and re-install parcel-bundler 1 in order to make it work, but now I cannot use Parcel 2 for new Vue 3 projects

This is exactly the reason why we recommend installing Parcel locally in each project. This ensures that you can always build your older projects as well.

Another question, does Parcel 2 still use the command 'parcel watch index.html' which uses a separate Node server files for development instead of its own

Yes, that should behave the same as with Parcel 1

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dagge1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants