1

I'm trying to install ProcessMaker 4.2.30 Community Edition following the steps that can be found on this GitHub: https://github.com/ProcessMaker/processmaker

However, I got stuck on an error after running the npm install command. The thrown error is the following:

ErrorException : mkdir(): File exists at /home/vagrant/processmaker/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:492

For some reason, the command can't be executed, because it detects that the file already exists inside the project, but after checking its contents, said file can't be found inside it. I've tried deleting the project and reinstalling, but it didn't work.

Joivagg
  • 11
  • 2
  • You might want to try this out.. might be a little easier than doing it from scratch https://artifacthub.io/packages/helm/processmaker/processmaker – Ethan Presberg Jun 13 '22 at 17:01

2 Answers2

0

Try to change root directory or manual delete this file. If that doesn't help, try doing it from admin names

WhiteBite
  • 535
  • 2
  • 12
0

Remove the /storage/api-docs folder and try again.
This works for me :)

Tyler2P
  • 2,324
  • 26
  • 22
  • 31