You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to version 6.2.0, when I call the gh-pages --nojekyll -d deploy command, I get the following error:
Error: spawn ENAMETOOLONG
at ChildProcess.spawn (node:internal/child_process:421:11)
at Object.spawn (node:child_process:761:9)
at d:\projects\@krinopotam\ui-kit\node_modules\gh-pages\lib\git.js:30:22
at new Promise (<anonymous>)
at spawn (d:\projects\@krinopotam\ui-kit\node_modules\gh-pages\lib\git.js:29:10)
at Git.exec (d:\projects\@krinopotam\ui-kit\node_modules\gh-pages\lib\git.js:69:10)
at Git.rm (d:\projects\@krinopotam\ui-kit\node_modules\gh-pages\lib\git.js:146:15)
at d:\projects\@krinopotam\ui-kit\node_modules\gh-pages\lib\index.js:180:22
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
After updating to version 6.2.0, when I call the
gh-pages --nojekyll -d deploy
command, I get the following error:The text was updated successfully, but these errors were encountered: