Socket
Socket
Sign inDemoInstall

link

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

link - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "link",
"version": "1.0.0",
"version": "1.1.0",
"description": "A better npm link",

@@ -5,0 +5,0 @@ "keywords": [

@@ -22,4 +22,22 @@ # npx link

### Why does `npx link` point to `ln`?
You must use npx v7 or higher. Check the version with `npx -v`.
In the obsolete npx v6, local binaries take precedence over npm modules so `npx link` can point to the native `link`/`ln` command:
```
$ npx link
usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file]
ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir
link source_file target_file
```
To work around this, install `link` globally first:
```sh
$ npm i -g link
$ npx link
```
## Related
- [`npx ci`](https://github.com/privatenumber/ci) - A better `npm ci`.
- [`npx ci`](https://github.com/privatenumber/ci) - A better `npm ci`.

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc