-
Notifications
You must be signed in to change notification settings - Fork 6
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
NPM doesn't add JSDom's dependency to package-lock.json #673
Labels
bug
Something isn't working
dependencies
Topics regarding dependency files / updates
help wanted
Extra attention is needed
Comments
cafca
changed the title
NPM doesn't add JSDom dependency request to package-lock.json
NPM doesn't add JSDom dependency to package-lock.json
Nov 23, 2020
cafca
added a commit
that referenced
this issue
Nov 23, 2020
Adds `request` dependency of JSDom. See issue at #673
cafca
added a commit
that referenced
this issue
Nov 23, 2020
* Bump start-server-and-test from 1.10.11 to 1.11.6 Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.10.11 to 1.11.6. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v1.10.11...v1.11.6) Signed-off-by: dependabot-preview[bot] <[email protected]> * Hack to allow clearing GH build cache * Fix npm package-lock issue temporarily Adds `request` dependency of JSDom. See issue at #673 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Vincent Ahrend <[email protected]>
cafca
changed the title
NPM doesn't add JSDom dependency to package-lock.json
NPM doesn't add JSDom's dependency to package-lock.json
Nov 23, 2020
@cafca Mind me taking a look at this? |
I don't understand the problem correctly. Where do we need |
Guess this regards to the lock file, not the package file |
Yeah, you're right. But when |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Topics regarding dependency files / updates
help wanted
Extra attention is needed
JSDOM lists
request^2.88.2
as a dependency but runningnpm install
doesn't addrequest
topackage-lock.json
. I have addedrequest
as a top-level dev-dependency for now, but that's not a sustainable solution.Steps to reproduce:
request
dependency withnpm uninstall request
npm install
"request"
inpackage-lock.json
Expected result:
request
is listed in JSDOM'sdependencies
field.Actual result:
JSDOM's
dependencies
field does not contain request.The text was updated successfully, but these errors were encountered: