Hi,
I'm trying to execute 'npm run make-components' on Windows 10.
I have successfully run 'npm install' and 'npm run compile'.
I'm seeing the following output on 'npm run make-components':
C:\Apache24\htdocs\mathjax>npm run make-components
> mathja...@3.2.2 premake-components
> npm run --silent clean:es5 && npm run --silent clean:lib
> mathja...@3.2.2 make-components
> cd components && node bin/makeAll src | grep --line-buffered 'Building\|Webpacking\|Copying\|npx'
'Webpacking\' is not recognized as an internal or external command,
operable program or batch file.
I don't see anything called 'Webpacking' on the web.
Thanks