Sébastien Najjar
Sébastien Najjar
@shamasis Have you written your transformer? I'll need it to, actually.
Any news for this ? I'm browserifying a whole lot of modules and it's a hassle to have all of them have a local dependency to each transform that is...
Also, `npm root -g` gives the location of the global node_modules folder (which may be platform-dependant and npm-version-dependant). I assume the corresponding yarn command would be `yarn global root`.
same issue here (sorry for dup)
Turned out settings longEnvVar to false solve the issue. I'm lucky i didn't have a long METEOR_SETTINGS...
I'm no longer seeing this error (after updating my project to meteor 1.3). Now i see a staging error happening during the "meteor build" command: ``` ERR encountered error: Staging...
@jsloyer: is this project still maintained?
I have tested to increase the app disk space & memory when pushing with `cf push $application_name -m 2G -k 2G -b $buildpack_url` Then i scale it down afterwhile with:...
Edit: no need for more disk, after updating meteor to 1.3.1, it worked for me.