我想開始發佈npm包到一個範圍。我是否需要註冊爲範圍爲用戶名的用戶?例如,如果我創建一個包這樣的: [email protected]:~/firstpackage$ npm init
Use `npm install <pkg> --save` afterwards to install a package and
save it as a dependency in th
的情況下 我有一個.gitignore文件: node_modules
npm-debug.log
/index.js # this is a build output, I don't want it in the repo
而且一個package.json文件(只是相關部分): {
"main": "index.js",
"files": [
"index