npmTips
#!/usr/bin/node // 你的代码#!/usr/bin/env node // 你的代码chmod u+x app.js
test@0.0.1 C:\Users\xxx\Desktop\testPackage-lock
└┬ cowsay@1.4.0
├── get-stdin@5.0.1
├── optimist@0.6.1
├── string-width@2.1.1
└── strip-eof@1.0.0Last updated
#!/usr/bin/node
// 你的代码#!/usr/bin/env node
// 你的代码chmod u+x app.jstest@0.0.1 C:\Users\xxx\Desktop\testPackage-lock
└┬ cowsay@1.4.0
├── get-stdin@5.0.1
├── optimist@0.6.1
├── string-width@2.1.1
└── strip-eof@1.0.0Last updated