Describe the issue
Creating a new developer environment produces the error "The term 'Get-NAVAppInfo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
Expected behavior
A new developer environment should be created without an error.
Steps to reproduce
- Clone BCApps
- Run
.\build\scripts\DevEnv\NewDevEnv.ps1 -ContainerName 'BCApps-Dev' in Powershell to create a new container
This ends up with this error:
Additional context
There is a working container afterwards, even if the scripts says the container failed to be created. The problem is that apps can't be published with -ProjectPaths, and I haven't found a way to publish BaseApp at a later time.
This worked fine recently, can't find what has changed. It seems to work fine with old projects that are not up to date.
Describe the issue
Creating a new developer environment produces the error "The term 'Get-NAVAppInfo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again."
Expected behavior
A new developer environment should be created without an error.
Steps to reproduce
.\build\scripts\DevEnv\NewDevEnv.ps1 -ContainerName 'BCApps-Dev'in Powershell to create a new containerThis ends up with this error:
Additional context
There is a working container afterwards, even if the scripts says the container failed to be created. The problem is that apps can't be published with -ProjectPaths, and I haven't found a way to publish BaseApp at a later time.
This worked fine recently, can't find what has changed. It seems to work fine with old projects that are not up to date.