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
I opened powershell outside of VS code and ran each line myself after changing the "%NODEJS_VERSION%" to the actual version and it all worked up until this command.
icacls.exe C:\node\ /grant "Authenticated Users":(F) /t
F : The term 'F' is not recognized as the name of a cmdlet, function, script file, or operable program.
Error after running ./up.ps1
Step 8/12 : COPY --from=tools C:\tools C:\tools
---> Running in 267c6ea1362e
---> Using cache
---> edd2d49d7af9
Step 9/12 : LABEL com.docker.compose.image.builder=classic
---> Using cache
---> 2bc7213c81c1
Step 10/12 : LABEL com.docker.compose.project=sxastarter
---> Using cache
---> f4e941b2ba9e
Step 11/12 : LABEL com.docker.compose.service=cm
---> Using cache
---> d2987a5db9cb
Step 12/12 : LABEL com.docker.compose.version=2.15.1
---> Using cache
---> a84fadf296cf
Successfully built a84fadf296cf
Successfully tagged sxastarter-xmcloud-cm:1.0.1
curl: (6) Could not resolve host: nodejs.org
1 error occurred:
* Status: The command 'cmd /S /C curl.exe -sS -L -o node.zip https://nodejs.org/dist/v%NODEJS_VERSION%/node-v%NODEJS_VERSION%-win-x64.zip' returned a non-zero code: 6, Code: 6
The text was updated successfully, but these errors were encountered: