sendanor / node-crypt3

crypt(3) for Node.js
MIT License
19 stars 18 forks source link

Cannot compile under linux mint 16 #5

Closed noosxe closed 10 years ago

noosxe commented 10 years ago

When trying to install this module getting the following error

File "/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py", line 18, in <module>
    sys.exit(gyp.script_main())
AttributeError: 'module' object has no attribute 'script_main'
rlidwka commented 10 years ago

I guess It's a common issue with all native packages.

Try this: https://github.com/TooTallNate/node-gyp/issues/363#issuecomment-33212812

noosxe commented 10 years ago

Interesting way of fixing, anyway I removed my mint virtual machine and installed debian, on debian there were no problems! I am using latest node compiled from sources.