-
Notifications
You must be signed in to change notification settings - Fork 13
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
not fusing with current beta 16 #32
Comments
Thanks I will take a look, please drop back to the recent stable release 2.0.2 |
same error with 2.0.2 (see below), but we need anyway the 2.1 for fusing material and covalent...
|
What about 2.0.1 ? |
If it doesn't that means something is broken with your build - 2.0.1 should be working 100% |
Just pushed the version bump. Works perfectly for me, try cloning the repository from scratch and run it again. |
hm.. strange... it seems to be again an yarn problem... |
Yeah yarns installs the latest tag regardless if it's beta or not. There might an issue of order. With 2.1.0 should be all resolved. As for me, i am using npm4 |
i found now the problem:
but this produces the 'entryFile' error. see on my fork in develop-branch: https://github.com/Tenvan/angular2-example |
fuse.register('rectangular', { homeDir: 'node_modules/rectangular', main: 'index.js', instructions: '**/**.js' }); Like that maybe? Please submit an issue to fuse-box repository, so we won't forget. |
And upgrade to 2.1.0 (the example is updated) |
yes, like that.. that was an formating error in the issue... i have fixed it.. |
Hi,
project doesnt fusing since beta 16:
'Cannot read property 'entryFile' of undefined'
The text was updated successfully, but these errors were encountered: