flxbl-io / sfp

A build system for modular development in Salesforce
https://docs.flxbl.io/sfp/
MIT License
29 stars 15 forks source link

Getting Unable to create artifactError: EPERM: operation not permitted, unlink error #128

Open AbhishekMishraIH opened 1 week ago

AbhishekMishraIH commented 1 week ago

Describe the bug I have new repo with only 2 new classes. One is main apex class and another one is test class. On "sfp build -v" command i am getting 'Unable to create artifactError: EPERM: operation not permitted, unlink error' error.

To Reproduce

  1. Have new project with 2 class. one is main apex class and another is related test class.
  2. Run "sfp build -v" command
  3. You will face issue.

Expected behavior Process should completed without any error on SFP Build command

Screenshots image (37)

Platform Details (please complete the following information):

Additional context Add any other context about the problem here.

azlam-abdulsalam commented 1 week ago

@AbhishekMishraIH please confirm the node version on your system, you can run node -v

AbhishekMishraIH commented 1 week ago

@AbhishekMishraIH please confirm the node version on your system, you can run node -v

It's v20.17.0