Closed krichards closed 1 year ago
When trying to install the express-jwt library using pnpm it appears to drop the dist folder.
pnpm i express-jwt
ls node_modules/express-jwt
The dist folder is missing. I believe the problem is with the files: '/dist' in the package.json. The '/dist' should be either 'dist' or './dist'.
Seems like it was a red-herring, something related to pnpm workspace having invalid cached state
Description
When trying to install the express-jwt library using pnpm it appears to drop the dist folder.
Reproduction
pnpm i express-jwt
ls node_modules/express-jwt
The dist folder is missing. I believe the problem is with the files: '/dist' in the package.json. The '/dist' should be either 'dist' or './dist'.
Environment