Commit c49bc15
chore(docs): Update codemod command for fs-truncate-fd-deprecation (#8338)
* Fix codemod command for fs-truncate-fd-deprecation
When I started migrating my project to the new LTS version, I encountered an error when executing this code mod.
```bash
> npx codemod run @nodejs/fs-truncate-to-ftruncate
[1/2] 🔍 Resolving package from registry: https://app.codemod.com ...
Error: Registry error: Package not found: @nodejs/fs-truncate-to-ftruncate
```
Signed-off-by: Mikhail Garbuzov <[email protected]>
* suggestion
fix link to codemod location
Co-authored-by: Augustin Mauroy <[email protected]>
Signed-off-by: Mikhail Garbuzov <[email protected]>
---------
Signed-off-by: Mikhail Garbuzov <[email protected]>
Co-authored-by: Augustin Mauroy <[email protected]>1 parent ccdee78 commit c49bc15
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments