-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot create symlink to '../.js': File name too long #64
Comments
I've adjusted the bundling in v2.1.1 to dereference symlinks. Can you try with that and let me know if you see any further errors? |
Hi @ramijarrar ! Thanks for the update! It seems like it did fix the symlink issue. It has passed this phase without any problems. See here:
However it did not finish the build. Below see what I think it is the most important part of the Debug log regarding this new issue (please tell me if you need the rest):
The issue seems to be related to Then it cannot find it |
Moved to #65 |
I am getting "Failed to complete server initialisation" and Debug shows several lines saying "Cannot create symlink to '../.js': File name too long", ending with "tar: Exiting with failure status due to previous errors" and "meteor-azure: Could not unpack bundle".
I am trying to install an exact copy of latest Rocket Chat Meteor app (for testing before uploading a customized one).
I have tried this
$ git config core.symlinks false
, according to this: Urigo/IonicCLI-Meteor-WhatsApp#4 , but it did not have any effect.Operating system: Mac OS 10.13.6
Meteor version; Meteor 1.8.0.2
Package version (run
meteor-azure -v
): v2.1.0-rc.7Command output with debug mode enabled
The text was updated successfully, but these errors were encountered: