Skip to content

Commit

Permalink
Merge pull request #109 from richchurcher/upgrade-npm-instructions
Browse files Browse the repository at this point in the history
Mention npm upgrade on Windows
  • Loading branch information
paixaop authored Mar 29, 2017
2 parents 1364a75 + f5e4864 commit 76f2161
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ At the moment Windows only supports dynamic linking so you must have the `libsod
as `sodium.node`. This is done automatically by the install script, but if you move things around manually
please don't forget to copy the DLL file as well.

If you experience difficulty with the install even with a correctly set `msvs_version`, it may be worth trying:

npm install npm -g

to upgrade npm and its bundled version of node-gyp.

# Manual Build

Node Sodium includes the source of libsodium, so the normal install will try to compile libsodium directly from source, using libsodium's own build tools.
Expand Down

0 comments on commit 76f2161

Please sign in to comment.