Meteor_angularjs icon indicating copy to clipboard operation
Meteor_angularjs copied to clipboard

Meteor 0.6.5 support

Open aknuds1 opened this issue 11 years ago • 5 comments

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.

aknuds1 avatar Sep 03 '13 17:09 aknuds1

I'm getting the same problem :|

danmillar avatar Sep 16 '13 14:09 danmillar

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

lvbreda avatar Sep 17 '13 09:09 lvbreda

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.

danmillar avatar Sep 17 '13 09:09 danmillar

Was the fix for this pushed?

zakdances avatar Sep 23 '13 16:09 zakdances

just a bump on this. getting the same problem.

geekyme avatar Oct 07 '13 07:10 geekyme