Why does the npm global module have a situation where 'console' is not defined?

1. Package.json

   

Mar.09,2021

No node runtime environment is specified.

specify the node runtime environment in the header.

for example:

-sharp!/usr/bin/env node
Menu