Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Missing minified files after second install #4174

Open
2 tasks done
cdalexndr opened this issue Dec 15, 2021 · 0 comments
Open
2 tasks done

[BUG] Missing minified files after second install #4174

cdalexndr opened this issue Dec 15, 2021 · 0 comments
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release

Comments

@cdalexndr
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest npm version

  • I am using the latest npm

Current Behavior

Missing .min.js files.

Expected Behavior

Existing .min.js files.

Steps To Reproduce

  1. empty dir
  2. npm init
  3. npm i bignumber.js@9.0.1
  4. Notice .min.js files are present in node_modules/bignumber.js/
  5. Delete node_modules and .package-lock.json so only file remaining is package.json
  6. npm i
  7. Notice missing .min.js files are present in node_modules/bignumber.js/

Environment

  • npm: 8.3.0
  • Node: v16.13.1
  • OS: Win10
  • platform: desktop
  • npm config:
; "builtin" config from C:\Users\Alex\AppData\Roaming\npm\node_modules\npm\npmrc

prefix = "C:\\Users\\Alex\\AppData\\Roaming\\npm"

; node bin location = C:\Program Files\nodejs\node.exe
; cwd = C:\Developer\playground\npm
; HOME = C:\Users\Alex
; Run `npm config ls -l` to show all defaults.
@cdalexndr cdalexndr added Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release labels Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug thing that needs fixing Needs Triage needs review for next steps Release 8.x work is associated with a specific npm 8 release
Projects
None yet
Development

No branches or pull requests

1 participant