I keep having an error when getting to the NPM portion of the install

I keep having an error when getting to the NPM portion of the install process on windows 10. Here is a copy ofthe errors in the npm-debug log… Anyone have any ideas here?

9169 silly install printInstalled
9170 verbose stack Error: serialport@2.1.2 install: node-pre-gyp install --fallback-to-build
9170 verbose stack Exit status 1
9170 verbose stack at EventEmitter. (C:\Program Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:255:16)
9170 verbose stack at emitTwo (events.js:106:13)
9170 verbose stack at EventEmitter.emit (events.js:191:7)
9170 verbose stack at ChildProcess. (C:\Program Files\nodejs\node_modules\npm\lib\utils\spawn.js:40:14)
9170 verbose stack at emitTwo (events.js:106:13)
9170 verbose stack at ChildProcess.emit (events.js:191:7)
9170 verbose stack at maybeClose (internal/child_process.js:877:16)
9170 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
9171 verbose pkgid serialport@2.1.2
9172 verbose cwd C:\LaserWeb3
9173 error Windows_NT 10.0.14393
9174 error argv “C:\Program Files\nodejs\node.exe” “C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js” “install”
9175 error node v6.8.1
9176 error npm v3.10.8
9177 error code ELIFECYCLE
9178 error serialport@2.1.2 install: node-pre-gyp install --fallback-to-build
9178 error Exit status 1
9179 error Failed at the serialport@2.1.2 install script ‘node-pre-gyp install --fallback-to-build’.
9179 error Make sure you have the latest version of node.js and npm installed.
9179 error If you do, this is most likely a problem with the serialport package,
9179 error not with npm itself.
9179 error Tell the author that this fails on your system:
9179 error node-pre-gyp install --fallback-to-build
9179 error You can get information on how to open an issue for this project with:
9179 error npm bugs serialport
9179 error Or if that isn’t available, you can get their info via:
9179 error npm owner ls serialport
9179 error There is likely additional logging output above.
9180 verbose exit [ 1, true ]