We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e2d5f commit e3381afCopy full SHA for e3381af
ide/nuvfile.yml
@@ -96,6 +96,7 @@ tasks:
96
prereq:
97
silent: true
98
cmds:
99
+ - test -e "/.nuvolaris" || test -n "$NUVDEV_FORCE" || die "This command must be run in a Nuvolaris DevContainer"
100
- test "$(python3 -V | awk -F. '{print $2}')" -ge 10 || die "python 3.10 or greater not available"
101
- test "$(node -v | awk -F. '{print substr($1,2) }')" -ge 18 || die "nodejs 18 or greater not available"
102
- test -d "$NUV_PWD/packages" || die "no packages in current directory"
0 commit comments