galkahana / HummusJS

Node.js module for high performance creation, modification and parsing of PDF files and streams
http://www.pdfhummus.com
Other
1.14k stars 169 forks source link

Module Not Found: `aws-sdk` #361

Closed asalem1 closed 5 years ago

asalem1 commented 5 years ago

Error:

Doing a fresh installation as per the docs npm install hummus and starting the app returns the following error:

Can't resolve 'aws-sdk' in '/Users/asalem/Desktop/all_state/alpaca-desktop/node_modules/hummus/node_modules/node-pre-gyp/lib'

How to replicate:

Simply run npm install hummus and try to start using the project.

Potential solution:

It seems like aws-sdk is a devDependency rather than a peerDependency. If adding it as a peerDependency isn't an option, I'd recommend updating the installation docs to reflect this need