Unable to get this to work. #302
JohnRamminger
started this conversation in
General
Replies: 1 comment 1 reply
-
Can you please provide more details about your development environment? Can you confirm that you've installed the prerequisites in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there specific versions of node I need to use. I have tried both the SPA template and the Webforms template and have gotten errors in both.
I am using node 20.10.0. When using the webforms template I get the following error
C:\Users\Administrator\AppData\Roaming\nvm\v20.10.0\node_modules\generator-upendodnn\generators\common\src-webforms\packages.config:3
1|
2|
dnnBuildVersionShort is not defined
When trying to use the SPA template it is complaining about not being able to find the follow file.
Determining projects to restore...
C:\Program Files\dotnet\sdk\8.0.100\NuGet.targets(156,5): error : Unable to load the service index for source https://d
otnet.myget.org/F/dotnet-core/api/v3/index.json. [C:\code\test3\Modules\Test3\RammWare.Modules.Test3.csproj]
C:\Program Files\dotnet\sdk\8.0.100\NuGet.targets(156,5): error : The SSL connection could not be established, see in
ner exception. [C:\code\test3\Modules\Test3\RammWare.Modules.Test3.csproj]
C:\Program Files\dotnet\sdk\8.0.100\NuGet.targets(156,5): error : The remote certificate is invalid according to the
validation procedure: RemoteCertificateNameMismatch [C:\code\test3\Modules\Test3\RammWare.Modules.Test3.csproj]
Creating sln.
Running dotnet restore.
× An error occured while running upendodnn:spa#install
Error upendodnn
Command failed with exit code 1: dotnet restore RammWare.Modules.Test3.csproj
Thanks for you help.
Beta Was this translation helpful? Give feedback.
All reactions