-
Notifications
You must be signed in to change notification settings - Fork 35
error when i do awsmobile pull #123
Comments
We are investigating this issue. |
What is your cli and node version? |
I tried
It gave me the same result. My system: My dependencies in one of the cloud apis:
|
the cli only works for node version 7+, so node version 6.* is not a good choice. |
I will switch to v8.9.0 and let you know.
…Sent from my iPhone
On 8 May 2018, at 4:53 am, UnleashedMind ***@***.***> wrote:
the cli only works for node version 7+, so node version 6.* is not a good choice.
Could you please try to use node version 8.9.0? That's the version that's been extensively tested. We haven't tested on node version 10.0.0 yet.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I just tried it gives me the same result
|
Hi i am also facing the same issue:
|
Do y'all have anything custom going on in your Cloud APIs? |
@stevekinney no |
Me too, node LTS and new aws amplify project. New to awsmobile... what could be wrong?
|
Here's mine:
node v8.11.2 |
Here's what I did to recreate the problem.
|
Same for me, nothing super custom going on, but I did manually change the remote AWS node version to 8.10 for all API routes in the
When I remove the node_modules from the
The deployed serverless code still works for me in any case, it's just a confusing error! |
Getting something similar when running "awsmobile push". Last thing I did was npm install a new library ("getstream"). Uninstalling it and re-pushing did not fix the error. node v9.2.0 ===== Error: EEXIST: file already exists, symlink '../sshpk/bin/sshpk-conv' -> '/Users/xxx/projects/xxx/awsmobilejs/backend/cloud-api/API/node_modules/.bin/sshpk-conv' |
This worked for me: Inspiration: TritonDataCenter/node-sshpk#16 |
Yup, I googled it and saw that too... Seems like a workaround, not a fix. |
My experience was that it fixed the immediate push. But, if you have pushed these symlinks before, the lambda function will fail with deception causing a cloud formation infinite loop and inability to update or fix the problem without deleting the entire stack and rebuild after manually deleting the #current-backend-Info and .awsmobile/build-info directories.
But even that might not work and you might need to delete the entire cloud formation stack and restart from scratch.
But then the mobile-hub-project.yml might be out of sync and and might be impossible to re-sync.
Good luck!
…Sent from my iPhone
On 5 Jul 2018, at 8:16 AM, Steve Mao ***@***.***> wrote:
This worked for me:
remove node_modules
npm install --no-bin-links
Yup, I googled it and saw that too... Seems like a work around not a fix.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I want to emphasize that this issue is really critical... |
Same issue: -- Lmk how I can help!
|
Is there a fix for this, having same issue |
Still an issue in 2019 :) |
Yes still an issue .. awsmobile push give :( |
Removed node_modules and did: Seems to work for me. |
@automatication same, worked today :) |
Still getting the error. Any other workarounds? Error: EEXIST: file already exists, symlink '../uuid/bin/uuid' -> '//node_modules/aws-sdk/node_modules/.bin/uuid' at /node_modules/fs-extra/lib/copy-sync/copy-sync.js:54:7 |
Any idea why?
The text was updated successfully, but these errors were encountered: