help wantedtype: feature
描述
pnpm store status
These packages are modified:
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/ajv-keywords/2.1.0/ajv@5.3.0
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/babel-loader/7.1.2/babel-core@6.26.0+webpack@3.6.0
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/glob-promise/3.2.0/glob@7.1.2
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/next/4.1.3
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/stylis-rule-sheet/0.0.6/stylis@3.3.2
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/uglifyjs-webpack-plugin/0.4.6/webpack@3.6.0
/Users/Vaughan/.pnpm-store/2/registry.npmjs.org/webpack-dev-middleware/1.12.0/webpack@3.6.0
You can run pnpm install to refetch the modified packages
pnpm install
pnpm store status
Same packages as above show, minus next, which is the only one used in my project.
-
It didn't seem to actually refetch the packages - the package
nextdoesn't show up anymore in thepnpm store status, but it still has changes. -
Is it checking all packages in the store, or just for this project? Seems like the entire store.
-
If this is the case, it should not say
pnpm installwill fix it. -
Could we also have a command that will fix the entire store?
-
And maybe also have a command that will only refetch the packages that have changed, so that we don't have to run an entire
pnpm installoperation, which may be slow.