Here is why cross-env npm-package important for your frontend development setup
Two Spanish people can converse normally but a Hindi-speaking Indian and a Spanish person need an intermediate guy or a translator. The same with reading and writing variables across different shells. In npm scrips, we read/write environment/shell variables. But there is no uniform syntax to read/write environment/shell variables which causes errors when the npm task is run across different operating systems. We have a cross-env
package that solves the problem of reading/writing environment/shell variables on different operating systems elegantly.