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 <madmxg@gmail.com>
* suggestion
fix link to codemod location
Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>
Signed-off-by: Mikhail Garbuzov <madmxg@gmail.com>
---------
Signed-off-by: Mikhail Garbuzov <madmxg@gmail.com>
Co-authored-by: Augustin Mauroy <97875033+AugustinMauroy@users.noreply.github.com>1 parent ccdee78 commit c49bc15
1 file changed
+2
-2
lines changed| 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