pnpm will remove all other devDeps directly in the node_modules
folder while installing in production mode.
-
run
pnpm test
first time. All devDeps innode_modules
are removed. -
run
pnpm test
a second time. It will throw can not find packagekolorist
.