If I clone a WebEngine project, type `gt build` and there's no `node_modules` directory, would it be safe to issue `npm install` (assuming npm exists)? Maybe the build.ini should state the prerequisite install command required to run the build?
If I clone a WebEngine project, type
gt buildand there's nonode_modulesdirectory, would it be safe to issuenpm install(assuming npm exists)?Maybe the build.ini should state the prerequisite install command required to run the build?