question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

EEXIST: file already exists, mkdir 'tmp/fontawesome-cache_path-1avxyzXv.tmp/node_modules/'

See original GitHub issue
ember-cli: 3.1.0-beta.1
node: 9.8.0
os: darwin x64

Just tried migrating from the old ember-font-awesome to this new add-on, but I get an error with ember s.

Here’s the log:

  - nodeName: Rollup
  - originalErrorMessage: EEXIST: file already exists, mkdir '/Users/Lou/Sites/prog/tmp/fontawesome-cache_path-1avxyzXv.tmp/node_modules/'
  - stack: Error: EEXIST: file already exists, mkdir '/Users/Lou/Sites/prog/tmp/fontawesome-cache_path-1avxyzXv.tmp/node_modules/'
    at Object.fs.mkdirSync (fs.js:909:18)
    at patches.forEach (/Users/Lou/Sites/prog/node_modules/broccoli-rollup/dist/index.js:68:26)
    at Array.forEach (<anonymous>)
    at Rollup.build (/Users/Lou/Sites/prog/node_modules/broccoli-rollup/dist/index.js:63:17)
    at /Users/Lou/Sites/prog/node_modules/broccoli-plugin/read_compat.js:93:34
    at tryCatch (/Users/Lou/Sites/prog/node_modules/rsvp/dist/rsvp.js:525:12)
    at invokeCallback (/Users/Lou/Sites/prog/node_modules/rsvp/dist/rsvp.js:538:13)
    at publish (/Users/Lou/Sites/prog/node_modules/rsvp/dist/rsvp.js:508:7)
    at flush (/Users/Lou/Sites/prog/node_modules/rsvp/dist/rsvp.js:2415:5)
    at process._tickCallback (internal/process/next_tick.js:112:11)

=================================================================================

package.json contains:

"@fortawesome/fontawesome-free-solid": "5.1.0-3",
"@fortawesome/ember-fontawesome": "^0.0.12",

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
krisseldencommented, Mar 23, 2018

I have fixed the underlying issue in broccoli-rollup, I will publish shortly but I think the fix needs to be pulled into something else

1reaction
robmadolecommented, Apr 2, 2018

I’ve released 0.1.0-3 that includes an updated dep of broccoli-rollup. According to my testing that fixes it up 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm error on every command: EEXIST: file already exists ...
I'm just new to node and npm and this is frustrating. Well it's almost all said in the title. On a Windows 10...
Read more >
Error: EEXIST: file already exists when output directory ...
The code uses fs.mkdirSync() 's recursive option. It should handle the case of the directory already existing. I think the problem is that...
Read more >
pipeline used to build, now fails, what changed? npm install
Solved: Normally my first step in my pipeline (.yml) file would be: npm ... npm ERR! code EEXIST ... EEXIST: file already exists,...
Read more >
Solved EEXIST file already exists - Cloudron Forum
EEXIST : file already exists, mkdir '/home/yellowtent/appsdata/<app ID>'. I believe the problem lies in the fact that I moved this instance ...
Read more >
Yarn install fails with 'EEXIST: file already exists, symlink ...'
Hi community, during setup my first VSF-Next project, I am facing the problem that a yarn install ist not working after the initial...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found