-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releasecmd:execrelated to `npx`related to `npx`
Description
Current Behavior:
Version 6+
export PATH=$(pwd)/node_modules/.bin:$PATH
$ webpack --version
4.44.2
$ npx webpack --version
4.44.2
$ cd common
$ webpack --version
4.44.2
$ npx webpack --version
4.44.2
Version 7+
export PATH=$(pwd)/node_modules/.bin:$PATH
$ webpack --version
4.44.2
$ npx webpack --version
4.44.2
$ cd common
$ webpack --version
4.44.2
$ npx webpack --version
Need to install the following packages:
webpack
Ok to proceed? (y)
Expected Behavior:
Should not ask to install as it already exists in the PATH
Environment:
OS: Linux 5.7.9
Node: v14.15.4
npm: 7.5.2
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingRelease 7.xwork is associated with a specific npm 7 releasework is associated with a specific npm 7 releasecmd:execrelated to `npx`related to `npx`