Skip to content

Instantly share code, notes, and snippets.

@vishwarajanand
Created January 11, 2022 06:36
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 vishwarajanand/90e42bef1ce59e9d1a5cb856dffbfe79 to your computer and use it in GitHub Desktop.
Save vishwarajanand/90e42bef1ce59e9d1a5cb856dffbfe79 to your computer and use it in GitHub Desktop.
npm log checker script
console.log("Date", new Date());
console.log("npm works fine!");
@vishwarajanand
Copy link
Author

vishwarajanand commented Jan 11, 2022

Run on terminal:

npx run-url https://gist.githubusercontent.com/vishwarajanand/90e42bef1ce59e9d1a5cb856dffbfe79/raw/da3c14377b5fcf8f80a91b2202742113fa68a21b/print_log.js

Output:

Date 2022-01-11T06:36:59.334Z
npm works fine!

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