d4rkstar commented on PR #66: URL: https://github.com/apache/openserverless-site/pull/66#issuecomment-3102861600
Hello @ane1990: the `-O` flag is a hugo flag and it's purpose is to open the browser after the website rendering. I can't find any conflict with taskfile (i'm using 3.44 without any problem). I see, from your log that your hugo is not supporting that flag. Which version are you using? The website use a specific version installed in node_modules from package.json. You have two choices: - use nix (see the nix env) - install nodejs 20 Once you have a nodejs 20, give a `npm install` inside the openserverless-site folder then retry your `task preview`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org