-
Notifications
You must be signed in to change notification settings - Fork 194
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
client.browserify issue with meteor 1.3 beta.16 #552
Comments
There is already an issue created on meteor git repository and here is answer from benjamin. Basically flowrouter has to remove dependency from browserify and use modules. |
+1 |
👍 |
Are we going to see this fixed any time soon. I already see a PR related to this. Beta 16 solves a lot of issues we were facing due to node defaults being not available but cannot use it because of this problem. |
👍 |
UPDATE : issue still persists on 1.3-rc.1 |
For what ever the reason, I can't publish a new version to some dependency issues. I assume, that's because of we are using a RC version. I think meteor packaging system has some special meaning for tagged releases like above. So, I suggest you to use this branch directly. I'll publish a new version, when Meteor 1.3 released. (I hope it'll happen soon) |
@arunoda thx |
Just clone or download this branch code to your local packages folder until kadira fixes it. By the way the release date for meteor is March 21. |
I created a packages folder under my application root and cd' to the packages folder, cloned the repo and ran meteor run and same error for me. Meteor newb here so maybe I'm misunderstanding what to do. The module I'm using is kadira:flow-router-ssr, and the package I cloned that was created in packages was flow-router, does that have any bearing? |
Just remove kadirahq:flow-router-ssr from your packages. Clone this repo with this branch to your packages then run |
@arunoda can we figure out what the problem with publishing is? It'd be super useful to get this out before 1.3 to ensure there aren't any issues with 1.3 we need to fix! |
Same issue as @redwards1966, I did also clone the repo in my packages folder, checked out use-meteor-modules-support and still got the same error. What i found out is, that if you downgrade meteor, run it and upgrade again, the error no longer occures until you do a meteor reset or similar. Update: my error is not ecaclty the same, it is:
Strange, this file ' packages/react-runtime-dev/react.browserify.js' seems not to exist on my machine... |
Is there anyway you can just create an Npm package?
|
Okay. I managed to publish a version of Flow Router SSR to the packaging server. This version has some minor test failures. (comes with porting to RC). |
Thanks so much @arunoda! On Thu, 17 Mar 2016 at 09:47 Arunoda Susiripala [email protected]
|
@tmeasday I had to use So, if there's a new RC, do I need to publish again? |
@arunoda, nope. You just need to use |
@tmeasday That's great. |
@arunoda and what about a version of |
Yeah. I can do that too. Will do it, I think that'll be pretty useful. |
That would be much appreciated! I was just about to start using Mantra, but since Mantra relies on on flow-router, I can't get my project started |
@merlinpatt just checkout the sample repo again. I've updated to use this version. |
I'm using the |
@tmeasday @merlinpatt done. |
Thanks @arunoda. You're amazing with your super quick fixes! |
Awesome: meteor/todos@91fce29 |
We fixed some issues we had with Meteor 1.3 RC-1 and now you can use the SSR version with the confidence :) Thanks all for the help. |
@suhail-ansari-apconic How do you now the meteor 1.3 release date? |
I was trying to add flowrouter to the new beta 16 that just came out: https://github.com/meteor/meteor/releases/tag/release%2FMETEOR%401.3-beta.16
I received the following error just for installing the package and without any coding whatsoever...
=> Errors prevented startup:
While processing files with cosmos:browserify (for target web.browser):
packages/kadira:flow-router/client.browserify.js: Arguments to path.resolve must be strings
Browserify options:
I have no idea what is causing this. I looked at: https://github.com/kadirahq/flow-router/blob/master/client.browserify.js
and I don't see any issue with it. What are your thoughts? Thanks.
The text was updated successfully, but these errors were encountered: