grunt-node-inspector导致问题

时间:2018-11-07 15:05:32

标签: npm meanjs

我正在尝试安装MEANJS并在运行npm install时遇到以下问题

我正在尝试建立一个旧项目,所以我认为有些东西丢失或过时了。

    > v8-profiler@5.7.0 preinstall C:\Users\maher\AppData\Roaming\npm\node_modules\node-inspector\node_modules\v8-profiler
    > node -e 'process.exit(0)'


> v8-debug@1.0.1 preinstall C:\Users\maher\AppData\Roaming\npm\node_modules\node-inspector\node_modules\v8-debug
> node -e 'process.exit(0)'

C:\Users\maher\AppData\Roaming\npm\node-debug -> C:\Users\maher\AppData\Roaming\npm\node_modules\node-inspector\bin\node-debug.js
C:\Users\maher\AppData\Roaming\npm\node-inspector -> C:\Users\maher\AppData\Roaming\npm\node_modules\node-inspector\bin\inspector.js

> v8-debug@1.0.1 install C:\Users\maher\AppData\Roaming\npm\node_modules\node-inspector\node_modules\v8-debug
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for v8-debug@1.0.1 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with
node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://node-inspector.s3.amazonaws.com/debug/v1.0.1/node-v64-win32-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for v8-debug@1.0.1 and node@10.13.0 (node-v64 ABI, unknown) (falling back to source compile with
node-gyp)
gyp ERR! configure error
gyp ERR! stack Error: Command failed: C:\Users\maher\AppData\Local\Programs\Python\Python37-32\python.EXE -c import sys; print "%s.%s.%s" % sys.
version_info[:3];
gyp ERR! stack   File "<string>", line 1
gyp ERR! stack     import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp ERR! stack                                ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack     at ChildProcess.exithandler (child_process.js:289:12)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at maybeClose (internal/child_process.js:962:16)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command "C:\\Program 

0 个答案:

没有答案