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
Environment:
windows-nodejs webgme-cli version (webgme -v):
v2.8.5 Operating system and kernel: (cat /etc/os-release, uname -r preferred)
windows 10 NodeJS version (node -v):
v14.16.0 npm version (npm -v):
6.14.11 Description:
it appears that the no install switch does not work during component import (it not only not installing the package, but apparently cannot find the component even though the external project is installed Steps to Reproduce:
first import a component from an exetrnal repository the regular way so that the package.json is updated with the new package
then, try to import any component from another github project with the -s switch
Results:
it will fail stating that it cannot find the component
The text was updated successfully, but these errors were encountered:
Environment:
windows-nodejs
webgme-cli version (
webgme -v
):v2.8.5
Operating system and kernel: (
cat /etc/os-release
,uname -r
preferred)windows 10
NodeJS version (
node -v
):v14.16.0
npm version (
npm -v
):6.14.11
Description:
it appears that the no install switch does not work during component import (it not only not installing the package, but apparently cannot find the component even though the external project is installed
Steps to Reproduce:
first import a component from an exetrnal repository the regular way so that the package.json is updated with the new package
then, try to import any component from another github project with the -s switch
Results:
it will fail stating that it cannot find the component
The text was updated successfully, but these errors were encountered: