Skip to content

Instantly share code, notes, and snippets.

@pmunin
Forked from zkat/index.js
Last active March 29, 2022 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmunin/24fdc1b867af1d5dedab347f9c71f755 to your computer and use it in GitHub Desktop.
Save pmunin/24fdc1b867af1d5dedab347f9c71f755 to your computer and use it in GitHub Desktop.
npx is cool

Hi!

try passing the URL for this gist to npx.

#!/usr/bin/env node
console.log('yay gist')
{
"name": "npx-is-cool",
"version": "0.0.0",
"bin": "./index.js",
"scripts":{
"build":"echo building..."
}
}
@pmunin
Copy link
Author

pmunin commented Mar 29, 2022

build script will fail npx bin execution. This is known issue: npm/cli#4003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment