forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
444 stars 74 forks source link

[QUESTION]-sfdmu installation issue #687

Closed Chornomorets closed 6 months ago

Chornomorets commented 7 months ago

Describe the bug When I try to install sfdmu I have the error:

Installing plugin sfdmu... | [2/4] Fetching packages...
error promise-parallel-throttle@3.4.0: The engine "node" is incompatible with this module. Expected version ">=20.11.0". Got "18.15.0"
Installing plugin sfdmu... failed
    Error: C:\Program Files\sf\client\node_modules\yarn\bin\yarn.js add sfdmu@latest --non-interactive --mutex=file:C:\Users\vchornom\AppData\Local\sf\yarn.lock
    --preferred-cache-folder=C:\Users\vchornom\AppData\Local\sf\yarn --check-files exited with code 1

I have sfdx and updated node version:

PS C:\Projects\sfdm\SFDX-Data-Move-Utility> node -v
v20.11.1

To Reproduce Execute command: sfdx plugins:link

Expected behavior A plugin should install successfully.

Console Logs Here is my console logs from the installation process:

PS C:\Projects\sfdm\SFDX-Data-Move-Utility> sfdx plugins:install sfdmu
Polling for new version(s) to become available on npm... done
Successfully validated digital signature for sfdmu.
Finished digital signature check.
Installing plugin sfdmu... / [1/4] Resolving packages...
warning sfdmu > @oclif/command@1.8.36: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/config@1.18.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/config@1.18.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/config > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > deep.clone@2.1.2: No longer maintained. Moved to https://npm.im/@reallyland/node_mod.
warning sfdmu > @salesforce/command@3.1.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @salesforce/command > @oclif/command@1.8.36: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @salesforce/command > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/parser@3.8.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/config > @oclif/parser@3.8.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @salesforce/command > @oclif/parser@3.8.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/parser > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/help@1.0.15: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/help > @oclif/config@1.18.16: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/help > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/help > @oclif/config > @oclif/errors@1.3.6: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @oclif/command > @oclif/help > @oclif/config > @oclif/parser@3.8.17: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > alasql > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
Installing plugin sfdmu... - [1/4] Resolving packages...
warning sfdmu > @salesforce/command > @oclif/plugin-help > @oclif/command@1.8.36: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
warning sfdmu > @salesforce/command > cli-ux@4.9.3: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Installing plugin sfdmu... \ [1/4] Resolving packages...
Installing plugin sfdmu... | [1/4] Resolving packages...
warning sfdmu > alasql > request > har-validator@5.1.5: this library is no longer supported
warning sfdmu > alasql > request > uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blogInstalling plugin sfdmu... / [1/4] Resolving packages...
Installing plugin sfdmu... | [1/4] Resolving packages...
Installing plugin sfdmu... | [2/4] Fetching packages...
error promise-parallel-throttle@3.4.0: The engine "node" is incompatible with this module. Expected version ">=20.11.0". Got "18.15.0"
Installing plugin sfdmu... failed
    Error: C:\Program Files\sf\client\node_modules\yarn\bin\yarn.js add sfdmu@latest --non-interactive --mutex=file:C:\Users\vchornom\AppData\Local\sf\yarn.lock
    --preferred-cache-folder=C:\Users\vchornom\AppData\Local\sf\yarn --check-files exited with code 1
hknokh2 commented 7 months ago

Hello As you see you should upgrade your node.js to the latest version before installing sfdmu. Regards

github-actions[bot] commented 7 months ago

This case has been marked as 'to-be-closed', since it has no activity for the 3 days.
It will be automatically closed in another 3 days of inactivity.

github-actions[bot] commented 6 months ago

This case has been closed, since it has no activity for the last 6 days. Feel free to reopen it, if you need more help.