PatrickAlphaC / hardhat-fund-me-fcc

82 stars 183 forks source link

package.json: No license field meaning ? #118

Open kuldeep-1509 opened 1 year ago

kuldeep-1509 commented 1 year ago

I am getting this error while I was making hardhat-fund-me-fcc file yarn add --dev hardhat (command)

shawnesquivel commented 1 year ago

It is a warning since you did not specify a license, however it shouldn't cause any errors.

"Add a license attribute in your package.json file, e.g:

{ 
  "name": "...."
  ...
  "license" : "SEE LICENSE IN <filename>" 
}

"

reference:https://stackoverflow.com/questions/46047552/npm-no-license-field