FuseInfoTech / FitCLI

FuseIT CLI
Apache License 2.0
9 stars 1 forks source link

Cannot install from source #1

Closed NikiforovAll closed 4 years ago

NikiforovAll commented 7 years ago

Hi, Cannot link this plugin to sfdx engine. Command: sfdx plugins:link Error: Running prepare script for ~/FitCLI... ! ▸ 'MODULE_NOT_FOUND': Cannot find module 'salesforce-alm'

lsb_release -a Description: Ubuntu 16.04.3 LTS npm --version 5.3.0 sfdx --version sfdx-cli/6.0.9-3391781 (linux-x64) node-v8.6.0

FishOfPrey commented 6 years ago

Hi,

The reference to salesforce-alm is from forceUtils.js, which it turn is based off the same class from Wade Wegnar's forceUtil.js.

It's ultimately looking for the salesforce-alm/dist/lib/scratchOrgApi.js file. Is that in your file system?