With this one I can set the name, directory, version, and kind; but then the tool just hangs doing nothing after that. I've tried in both admin and regular modes, and with and without --skip-next-steps. It seems to set something up, because I can run npm install in the created directory after, but nothing further is printed from that command and I have to hard kill it from the task manager.
apic create --type model
This one, I only typed a model name before it just sat there doing nothing.
Others probably don't work as well, but I've not got far in my testing. OS information:
OS Name : Microsoft Windows 8.1
OS Version : 6.3.9600 N/A Build 9600
OS Manufacturer : Microsoft Corporation
OS Configuration : Standalone Workstation
OS Build Type : Multiprocessor Free
System Boot Time : 23/10/2018, 13:33:01
System Manufacturer : LENOVO
System Model : 80DU
System Type : x64-based PC
System Directory : C:\windows\system32
System Locale : ru;Russian
The following commands all freeze:
apic loopback
With this one I can set the name, directory, version, and kind; but then the tool just hangs doing nothing after that. I've tried in both admin and regular modes, and with and without
--skip-next-steps
. It seems to set something up, because I can runnpm install
in the created directory after, but nothing further is printed from that command and I have to hard kill it from the task manager.apic create --type model
This one, I only typed a model name before it just sat there doing nothing.
Others probably don't work as well, but I've not got far in my testing. OS information:
apic --version
API Connect: v5.0.8.4-iFix (apiconnect: v2.8.39)
npm --version
5.3.0
node --version
v10.9.0
systeminfo /fo csv | ConvertFrom-Csv | select OS*, System* | Format-List