-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release
Description
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.
I never install create-react-app use -g params.
Expected Behavior
npx command install create-react-app package latest version
Steps To Reproduce
- create a test package and npm publish it
- run npx
- bump package version and publish it
- run npx
- 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
Labels
Bugthing that needs fixingthing that needs fixingNeeds Triageneeds review for next stepsneeds review for next stepsRelease 8.xwork is associated with a specific npm 8 releasework is associated with a specific npm 8 release