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

Meteor 0.6.5 support #46

Open
aknuds1 opened this issue Sep 3, 2013 · 5 comments
Open

Meteor 0.6.5 support #46

aknuds1 opened this issue Sep 3, 2013 · 5 comments

Comments

@aknuds1
Copy link
Contributor

aknuds1 commented Sep 3, 2013

Meteor_angularjs currently breaks for me under Meteor 0.6.5.1 with the following error:

Error: ENOENT, no such file or directory '/home/arve/Projects/angular-meteor-example/.meteor/local/build/programs/server/.meteor/local/build/app.html'
    at Object.fs.openSync (fs.js:338:18)
    at Object.fs.readFileSync (fs.js:182:15)
    at Package (packages/angularjs/server.js:19)

I would try to fix it, but I know too little about Meteor to understand what to do.

@danmillar
Copy link

I'm getting the same problem :|

@lvbreda
Copy link
Owner

lvbreda commented Sep 17, 2013

Hi both,

Sorry for late response, I will push the fix today. It is because meteor now 'bundles' the applications in a different folder structure.

L

@danmillar
Copy link

Hi,

That would be great. I did manage to get the server.js working by adjusting the paths (although I've only done the local ones for the moment). I also had to add a further string replacement within the runtime config if block as follows:

code = code.replace(/##ROOT_URL_PATH_PREFIX##/ig, __meteor_runtime_config__.ROOT_URL_PATH_PREFIX);

Cheers.

@zakdances
Copy link

Was the fix for this pushed?

@geekyme
Copy link

geekyme commented Oct 7, 2013

just a bump on this. getting the same problem.

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