I am currently in the process of developing a custom build using core-js. Following the instructions provided, I initiated the following commands:
npm i core-js && cd node_modules/core-js && npm i
The process seemed to go smoothly. Then, as advised in the documentation, I proceeded with:
C:\GIT\coreJS_Custom\node_modules\core-js>npm run grunt build:es6.array.from -- --library=on --path=custom uglify
I tried various versions of this command, but each time it just runs briefly without any output or generated file. What could be the issue here?
It is worth mentioning that these commands were executed on the Windows 8.1 cmd terminal.
What adds to the puzzlement and frustration is that even running something like:
C:\GIT\coreJS_Custom\node_modules\core-js>npm run grunt kjhgjhghkghh
Returns a brief execution followed by seeming success. The mystery continues!