EEXIST: file already exists, mkdir 'tmp/fontawesome-cache_path-1avxyzXv.tmp/node_modules/'
See original GitHub issueember-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:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
I’ve released 0.1.0-3 that includes an updated dep of
broccoli-rollup
. According to my testing that fixes it up 👍