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

Update deploy_chaincode.md package command docs #3191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 25, 2022

  1. Update deploy_chaincode.md package command docs

    Define the default behavior of `peer lifecycle chaincode package`, which does *not* include node_modules in the resulting tar.gz package for chaincode. The existing step of `npm install` and quote "If the command is successful, the JavaScript packages will be installed inside a `node_modules` folder. Now that we that have our dependencies, we can create the chaincode package." would lead a reader to believe that `node_modules` are included when they are not. 
    
    Also added more detail about what chaincode services allow `node_modules` when packaged manually.
    curldapps2 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    106a021 View commit details
    Browse the repository at this point in the history