Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Vincent-P opened this issue Jun 18, 2016 · 6 comments
Open

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

Vincent-P opened this issue Jun 18, 2016 · 6 comments

Comments

@Vincent-P
Copy link

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
@gadicc
Copy link
Owner

gadicc commented Jun 20, 2016

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.

@Vincent-P
Copy link
Author

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

@santiagopuentep
Copy link

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.

@Vincent-P
Copy link
Author

It happens with gadicc:[email protected] too.

@smeijer
Copy link

smeijer commented Jul 29, 2016

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

mklink /J c:\c c:\

@Vincent-P Vincent-P changed the title [Windows] [beta.4] Paths error [Windows] [beta.6] .babelrc path error Jul 29, 2016
@GoaGit
Copy link

GoaGit commented Aug 17, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants