meteor-hmr
meteor-hmr copied to clipboard
[Windows] [beta.6] .babelrc path error
Description of Problem
Accelerator complains about .babelrc client path.
[gadicc:hot] Accelerator (3tJ): Build plugin error. Skipping this time.
The error was: { [Error: ENOENT, no such file or directory 'E:\E\Code\WEB\dashboard-bot\client\.babelrc']
errno: 34,
code: 'ENOENT',
path: 'E:\\E\\Code\\WEB\\dashboard-bot\\client\\.babelrc',
syscall: 'open' }
The path is obviously wrong : **E:\E**Code\WEB\dashboard-bot\client.babelrc
Environment
- Meteor version: 1.3.3.1
- ecmascript-hot version: 2.0.0-beta.4
- Operating System: Windows 10
I don't think this is fixed but could you just test against gadicc:[email protected]
and confirm? That's the latest code base that I just published now.
I can't try this right now, I'll try next Thursday.
I´m getting the same problem:
[gadicc:hot] Accelerator (sJa): Build plugin error. Skipping this time. The error was: Error: ENOENT, no such file or directory 'D:\D\sp\Proyectos\Prototipo\Desarrollo\Prototipo\.babelrc'
at Object.fs.openSync (fs.js:439:18)
Using gadicc:[email protected], on Meteor 1.3.4.1.
It happens with gadicc:[email protected]
too.
I had the same issue. "fixed" it by:
mklink /J c:\c c:\
I also encountered this issue with Meteor 1.3.4.1 and gadicc:[email protected]
The mklink fix suggested by @smeijer did not work for me.