Per the documents I am trying to compile one screen, however I get the following error.
PS C:\Program Files\Acumatica ERP\ACU-1\FrontendSources\screen> npm run build-dev -- --env screenIds=AR301000
> screen@0.1.0 build-dev
> cross-env node --max_old_space_size=6144 --optimize_for_size --stack_size=6144 --trace-warnings ./node_modules/webpack/bin/webpack --progress screenIds=AR301000
[webpack-cli] 'screenIds=AR301000' is an invalid value for the --progress option. Only 'profile' is allowed.
I have tried both folders “FrontendSources\screen\” & “FrontendSources\”
Attached is all text from my console with many different attempts, some successful when “npm run build-dev” is run, others not.