node-addon-example icon indicating copy to clipboard operation
node-addon-example copied to clipboard

Example is realy stale

Open Josverl opened this issue 6 years ago • 0 comments

I think that the sample originally was useful, but in its current state it mostly shows errors

so it may achieve to opposite of the original intent ..

C:\develop\node\node-addon-example>npm install
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.
npm WARN deprecated [email protected]: This version is no longer maintained. Please upgrade to the latest version.

> [email protected] install C:\develop\node\node-addon-example
> node-pre-gyp install --fallback-to-build

node-pre-gyp ERR! Tried to download(404): https://node-pre-gyp-tests.s3-us-west-1.amazonaws.com/node_addon_example/v0.1.5/Release/node_addon_example-v0.1.5-node-v64-win32-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp ERR! Tried to download(undefined): https://node-pre-gyp-tests.s3-us-west-1.amazonaws.com/node_addon_example/v0.1.5/Release/node_addon_example-v0.1.5-node-v64-win32-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
gypgyp  ERR!ERR!  configure errorconfigure error 

gyp ERR! stack Error: Command failed: C:\Users\user\AppData\Local\Programs\Python\Python37\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gypgyp  ERR!ERR!  stackstack   File "<string>", line 1
 Error: Command failed: C:\Users\josverl\AppData\Local\Programs\Python\Python37\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3];
gyp gypERR! ERR!  stack     import sys; print "%s.%s.%s" % sys.version_info[:3];

Josverl avatar Aug 04 '19 14:08 Josverl