Question
Infosys
IN
Last activity: 20 Nov 2024 0:19 EST
Error while publishing DX component
Hi,
I am trying custom DX Component.
After creating the component i have run below steps:
npm run authenticate(which was successful)
npm run publish
After running this i am getting below error
[Error: ENOTEMPTY: directory not empty, rmdir 'F:\node\abhiapp\dist\components\Abhijit_Extensions_ViewPDF1'] { errno: -4051, code: 'ENOTEMPTY', syscall: 'rmdir', path: 'F:\\node\\abhiapp\\dist\\components\\Abhijit_Extensions_ViewPDF1' }
Node.js v22.11.0
Can someone please help me with this
Thanks