You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few issues when installing some (or all?) plugins using either adapt install or adapt devinstall with the plugin's short name.
Using devinstall
As an example, here are the issues when installing the CGKineo plugin Hot Grid using adapt devinstall hotgrid rather than adapt devinstall adapt-hotgrid:
Adapt CLI reports an unknown error:
adapt devinstall hotgrid
cloning adapt dependencies...
<info> Getting plugin info 100% complete
<info> Finding compatible source versions 100% complete
<info> Marking installable 100% complete
adapt-hotgrid is on branch "4.4.3".lete
<info> Installing plugins 100% complete
The following plugins could not be installed:
adapt-hotgrid (unknown error)
None of the requested plugins could be installed
The plugin is installed to the components directory but with the directory name of hotgrid instead of adapt-hotgrid.
Using install
This example uses adapt install hotgrid instead of adapt install adapt-hotgrid.
Plugin is installed to the correct directory name. However, adapt CLI is looking for bower.json in the 'hotgrid' folder rather than 'adapt-hotgrid'
adapt install hotgrid
installing adapt dependencies...
<info> Getting plugin info 100% complete
<info> Finding compatible source versions 100% complete
<info> Marking installable 100% complete
<info> Installing plugins 100% complete[Error: ENOENT: no such file or directory, open '/src/components/hotgrid/bower.json'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/src/components/hotgrid/bower.json'
}
Your environment
Framework 5.31.21
Hot Grid 4.4.3
Adapt CLI 3.0.11
The text was updated successfully, but these errors were encountered:
Subject of the issue
There are a few issues when installing some (or all?) plugins using either
adapt install
oradapt devinstall
with the plugin's short name.Using devinstall
As an example, here are the issues when installing the CGKineo plugin Hot Grid using
adapt devinstall hotgrid
rather thanadapt devinstall adapt-hotgrid
:hotgrid
instead ofadapt-hotgrid
.Using install
This example uses
adapt install hotgrid
instead ofadapt install adapt-hotgrid
.Your environment
The text was updated successfully, but these errors were encountered: