node-rss icon indicating copy to clipboard operation
node-rss copied to clipboard

Error at install

Open pcmaffey opened this issue 7 years ago • 3 comments

When installing, gets error: error: no type named 'GCPrologueCallback' in 'v8::Isolate'

Plus 5 deprecations warnings.

What is libxmljs is no longer compatible with?

pcmaffey avatar Mar 21 '18 20:03 pcmaffey

same error here. tons of C compiler output

dmead avatar Mar 25 '18 00:03 dmead

I have similar problem - when I'm adding the module via yarn add node-rss, I receive error that Python cannot be found:

error d:\Projekty\test-rss-custom-feed\node_modules\libxmljs: Command failed.
Exit code: 1
Command: node-gyp rebuild
Arguments:
Directory: d:\<path-to-project>\node_modules\libxmljs
Output:
d:\<path-to-project>\node_modules\libxmljs>if not defined npm_config_node_gyp (node "C:\Program Files (x86)\nodejs\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild )  else (node "" rebuild )
gyp info it worked if it ends with ok
gyp info using [email protected]
gyp info using [email protected] | win32 | x64
gyp ERR! configure error
gyp ERR! stack Error: Can't find Python executable "C:\Program Files (x86)\Python\Python36-32", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:483:19)
gyp ERR! stack     at PythonFinder.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\node-gyp\lib\configure.js:508:16)
gyp ERR! stack     at C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\graceful-fs\polyfills.js:284:29
gyp ERR! stack     at FSReqWrap.oncomplete (fs.js:152:21)
gyp ERR! System Windows_NT 10.0.16299
gyp ERR! command "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "rebuild"
gyp ERR! cwd d:\<path-to-project>\node_modules\libxmljs
gyp ERR! node -v v8.11.1

I've installed Python 3.6.5 and I have node 8.11.1 as you see above.

Do you have any idea about that?

robert-skarzycki avatar Apr 25 '18 21:04 robert-skarzycki

Hi @robert-skarzycki, I got the same error.

Solved it by just

-$ npm install node-rss
+$ npm install rss

https://www.npmjs.com/package/rss

qas612820704 avatar May 12 '18 18:05 qas612820704