**ERROR** Failed to patch on CircleCI
- Dominant language
- TypeScript
- Stars
- 11.2k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
Am I doing anything wrong?
Got stuck with this issue for quite a while
Config
```yaml
commands:
install_js:
steps:
- run:
name: patch-package hash
command: Get-FileHash patches/* -Algorithm MD5 > patches.hash
- restore_cache:
keys:
- dependency-cache-{{ checksum "package-lock.json" }}-{{ checksum "patches.hash" }}
- dependency-cache-
- run:
name: Check node version
command: |
if(!((node -v) -match "^v14")) {
exit 1
}
- run:
name: Install jsdependencies
command: npm ci
```
Log
```log
patch-package 6.4.7
Applying patches...
Error: Patch file found for package encrypted-smiley-secure-protocol which is not present at node_modules/encrypted-smiley-secure-protocol
Error: Patch file found for package robot3 which is not present at node_modules/robot3
---
patch-package finished with 2 error(s).
Exited with code exit status 1
CircleCI received exit code 1
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.