Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

modinst

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modinst

A highly experimental alternative module installer

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

modinst

A highly experimental alternative module installer

Installation

You can install this module normally using npm.

npm install --global modinst

Usage

Download and compile the Symlinks Just Work branch of node, if you haven't already.

git clone --branch v7.2.0-sjw https://github.com/zkochan/node

Be sure to set your path and environment correctly to enable its features.

# ~/.bashrc
# Note, I'm using git-bash on windows... adjust paths accordingly.
export PATH="/c/NodeJSSourceCode/node/Release/:$HOME/.store/v1/node_modules/.bin:$PATH"
export NODE_SUPPORT_SYMLINKS=1

For now, I will just provide an example:

TODO: embed asciinema demo

Tests

Tests presuppose that you know what to expect. I really don't know what to expect. Things could change dramatically.

License

Unless stated otherwise all works are:

  • Copyright © William Hilton

and licensed under:

Parts of this file are based on package-json-to-readme

README.md (and other files) are maintained using mos and projectz

FAQs

Package last updated on 12 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts