-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Environment:
- NPM: 3.10.10
- Win 10
- Python 3.6.5
- Node: 6.10.2
- Serverless: 1.27.2
Steps to reproduce:
- run npm command
npm install --save-dev serverless-puresec-cli
Output:
$ npm install --save-dev serverless-puresec-cli
serverless-puresec-cli@1.2.0 install C:\Users*\Documents*****\node_modules\serverless-puresec-cli
npip install
No python_modules directory; installing pip locally if needed.
Error: spawn python3 ENOENT
at exports._errnoException (util.js:1018:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:367:16)
at _combinedTickCallback (internal/process/next_tick.js:80:11)
at process._tickCallback (internal/process/next_tick.js:104:9)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.1.2 (node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! Windows_NT 10.0.17134
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "i" "--save-dev" "serverless-puresec-cli"
npm ERR! node v6.10.2
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! serverless-puresec-cli@1.2.0 install: npip install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the serverless-puresec-cli@1.2.0 install script 'npip install'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the serverless-puresec-cli package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npip install
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs serverless-puresec-cli
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls serverless-puresec-cli
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! C:\Users*\Documents*****\npm-debug.log
Might be npip install command?