Vue.js installation project A, invalidate the previously installed project B.

1. (public component Project) I separate several common components in a project and package them with a new project. The packaging tool is rollup

.

2. (custom theme style project) before installing that (common component project), I have already installed this theme style project using the npm install git+ method

usage scenarios and problems: at this time, the npm install git method is also used to install (common component project), and the theme is still displayed normally. As long as you start calling this (common component project), the theme style project becomes invalid

.

does anyone know why this is?

Apr.03,2021
Menu