Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

閱讀文件 有些深入的問題無法了解 #30

Open
makstfate opened this issue Nov 10, 2017 · 1 comment
Open

閱讀文件 有些深入的問題無法了解 #30

makstfate opened this issue Nov 10, 2017 · 1 comment

Comments

@makstfate
Copy link

makstfate commented Nov 10, 2017

各位大大 小弟正在學package.json的細部內容 想追根究柢一下
目前只是處於看文件的階段 有些細部內容無法了解
所以我用問答的方式 目前歸納的一些問題跟答案 如果有錯誤 請告訴我 謝謝

Q:package.json 是給誰使用的?
A:npm

Q:package.json 是做甚麼用的
A:npm配置設定 定義npm內使用的模組 與模組的版號

Q:package.json name 是做什麼用的?
A:上傳至npm資源庫內所使用的名稱 不可與資源庫上的名稱重複

Q:jest官網 為什麼可以不用name 跟version 只需要
{
"scripts": {
"test": "jest"
}
}

A:因為不需要上傳至npm資源庫 所以可以不用?(不是很確定name實際的功用

Q:package.json 內倒入模組的屬性在哪邊可以知道?
A:模組 -help 會顯示出各模組相關可控制屬性

package.json文件中說明 在package.json中_最_重要的就是name和version字段。

被問了一個很刁鑽的問題:不打name和version會怎樣?
package.json 手寫創建
{
"scripts": {
"test": "jest"
}
}

輸入 npm test 就會執行jest
那為什麼說name和version是必要的?

@dca
Copy link
Contributor

dca commented Nov 10, 2017

scripts 跟 dependencies 的寫法跟作用不一樣喔!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants