-
Notifications
You must be signed in to change notification settings - Fork 208
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
cross-device link error #831
Comments
@millerds can you help with this question? Thanks |
I don't have expertise in Mac environments and that error is specific to Mac. |
This is happening because the script is trying to rename a file across "device" (partition) boundaries. @millerds @LuyiH --> It seems the code is trying to move the manifest file (based on the guid). Instead use "mv" rather than "move". Or use first copy file target and then rename. More details: |
on further investigation, the issue lies in the function "registerAddIn" in file In this function, there is a call to "ensureLinkSync" which throws up. I don't think this issue will be ever solved. |
Expected behavior
I wanted to run the add-in tutorial for Word to create the "Hello World" functionality.
Current behavior
Every time I try to use
npm run
, I get this errorError: EXDEV: cross-device link not permitted, link 'manifest.xml' -> '/Users/mariiali/Library/Containers/com.microsoft.Word/Data/Documents/wef/a2e86463-2178-4fd6-b0b6-815d208cb7e1.manifest.xml'
despite not having anything in the wef folder.Steps to Reproduce
Please provide detailed steps for reproducing the issue.
yo office
npm start
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
The text was updated successfully, but these errors were encountered: