Skip to content

[BUG] npx command not install latest package #4871

@caohuilin

Description

@caohuilin

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

I runned npx create-react-app to create react project three months ago. The create-react-app package version is v4.0.3.
Now, I want to run run npx create-react-app to create react project, but npx command not install create-react-app package latest version.
飞书20220509-203144
I never install create-react-app use -g params.

Expected Behavior

npx command install create-react-app package latest version

Steps To Reproduce

  1. create a test package and npm publish it
  2. run npx
  3. bump package version and publish it
  4. run npx
  5. version not update

Environment

  • npm: 8.9.0
  • Node.js: 16.15.0
  • OS Name: macOS
  • System Model Name:10.15.7
  • npm config:
; "user" config from /Users/admin/.npmrc

//registry.npmjs.org/:_authToken = (protected)
access = "public"

; "project" config from /Users/admin/.nvm/.npmrc

package-lock = false

; node bin location = /Users/admin/.nvm/versions/node/v14.19.0/bin/node
; node version = v14.19.0
; npm local prefix = /Users/admin/.nvm
; npm version = 8.9.0
; cwd = /Users/admin/.nvm/versions/node/v16.15.0
; HOME = /Users/admin
; Run `npm config ls -l` to show all defaults.
; copy and paste output from `npm config ls` here

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bugthing that needs fixingNeeds Triageneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions