-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling
Description
Description
Running npm install with NPM version 7.5.2 produces the following error:
npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path <WORKSPACE_DIR>/gutenberg/node_modules/appium/node_modules/.bin/authorize-ios
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '<WORKSPACE_DIR>/gutenberg/node_modules/appium/node_modules/.bin/authorize-ios'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! <HOME_DIR>/.npm/_logs/2021-02-08T11_26_48_383Z-debug.log
Step-by-step reproduction instructions
- Install latest NPM version
7.5.2(with NVM:nvm install --latest-npm) - Run
npm install
Expected behaviour
The dependencies installation should succeed.
Actual behaviour
The dependencies install fails with the error described above.
Screenshots or screen recording (optional)
N/A
WordPress information
- WordPress version: N/A
- Gutenberg version: 9.9.1
- Are all plugins except Gutenberg deactivated? N/A
- Are you using a default theme (e.g. Twenty Twenty-One)? N/A
Device information
- Device: N/A
- Operating system: N/A
- WordPress app version: N/A
Metadata
Metadata
Assignees
Labels
[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Build ToolingIssues or PRs related to build toolingIssues or PRs related to build tooling