Re: npm fails "Error: EACCES: permission denied, mkdir '/tmp/tryton/..."
- In reply to: Dale Scott : "npm fails "Error: EACCES: permission denied, mkdir '/tmp/tryton/...""
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 18:36:40 UTC
On 2024-06-06 09:04, Dale Scott wrote: > Stack trace: > Error: EACCES: permission denied, mkdir > '/tmp/tryton/bower/673d4f049f0db3d188488f447477968a-75940-tGGj4Z' Thanks to @SirDice in the forum! Cause was /tmp/tryton/ already existed not owned by the user executing npm. Solution was simply to delete /tmp/tryton. Hurrah!.