Skip to content

Commit

Permalink
FAB-5398 NodeSDK release notes - install issue
Browse files Browse the repository at this point in the history
Added a release note explaining how to install globally
by adding the --unsafe-perm npm option
  sudo npm install -g fabric-client --unsafe-perm

Change-Id: I07c4dddfc5586c1953efc239b0b8a8a845a73625
Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Mar 1, 2018
1 parent 3664921 commit aab8250
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release_notes/v1.1.0-rc1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Users that have been using the 'grpc-max-receive-message-length' configuration s
may wish to use 'grpc.max_receive_message_length' to avoid confusion with the actual
grpc settings.

FAB-5398
Users trying to install globally the fabric-client or fabric-ca-client packages
may have issues. There are issues with a few dependent packages stopping the
installation prematurely. The fabric-client and fabric-ca-client packages are
able to be installed locally without issue. The only known solution to install
globally is to add the --unsafe-perm option.
sudo npm install -g fabric-client --unsafe-perm


Known Vulnerabilities
---------------------
Expand Down

0 comments on commit aab8250

Please sign in to comment.