meteor-hmr icon indicating copy to clipboard operation
meteor-hmr copied to clipboard

[Windows] [beta.6] .babelrc path error

Open Vincent-P opened this issue 8 years ago • 6 comments

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

Vincent-P avatar Jun 18 '16 10:06 Vincent-P

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.

gadicc avatar Jun 20 '16 13:06 gadicc

I can't try this right now, I'll try next Thursday.

Vincent-P avatar Jun 20 '16 14:06 Vincent-P

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.

santiagopuentep avatar Jun 26 '16 17:06 santiagopuentep

It happens with gadicc:[email protected] too.

Vincent-P avatar Jul 20 '16 14:07 Vincent-P

I had the same issue. "fixed" it by:

mklink /J c:\c c:\

smeijer avatar Jul 29 '16 13:07 smeijer

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.

GoaGit avatar Aug 17 '16 15:08 GoaGit