Code Monkey home page Code Monkey logo

Comments (4)

paixaop avatar paixaop commented on July 17, 2024

you should be able to remove every dependency listed in the devDependencies of package.json

"devDependencies": {
"mdextract": "^1.0.0",
"istanbul": ">=0.4.3",
"mocha": ">=2.4.5",
"mocha-istanbul": ">=0.2.0",
"node-gyp": ">=3.3.1"
}

and you can run make clean on the deps/libsodium to clean out all compile objects and other files that are not needed in the production machine,

from node-sodium.

Macil avatar Macil commented on July 17, 2024

If node-sodium is installed as a dependency of a project, then the devDependencies won't be installed with it.

from node-sodium.

rflaperuta avatar rflaperuta commented on July 17, 2024

It is installed as @agentme mentioned.

My point is, during install it compiles the native parts, but leaves behind objects and extra folders, which arent needed for runtime (i guess).

Which folders inside sodium module can be delete without compromissing its function?

from node-sodium.

nealgriffin avatar nealgriffin commented on July 17, 2024

I know this is an old-ish issue - but I'll contribute the process that I used to get this to work with Lambda. I built the node-sodium on an EC2 Instance configure with Amazon's Linux AMI. This is pretty straightforward - create the EC2 instance, ssh in and basically get node installed - I used nvm, but I really shouldn't have - I was just trying to make it work.

Once nvm was installed, I installed node v6.10.~ - v6.10 is currently what AWS Lambda is run on. I had to update NPM to the latest version as well because it was only at 3.x.

From there, I npm installed sodium and all was good. This created a file in ../build/Release/sodium.node. Dropping back to my local machine which is running OS X, I scp'd that file down. I then replaced the sodium.node in my local installation of sodium, rezipped my lambda and re-uploaded and it seems to be working fine. To optimize the zip file further, I dropped the ~/deps folder as well as the build/Release/object.target folder which significantly reduced the size of the zip file.

I'll likely create a blog post or document more instructions - but hopefully this overview can get you started.

from node-sodium.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.