Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Last active October 13, 2019 05:44
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 kossnocorp/59cbc517eb905ee0371c69325528e425 to your computer and use it in GitHub Desktop.
Save kossnocorp/59cbc517eb905ee0371c69325528e425 to your computer and use it in GitHub Desktop.
Demo of the problem for a Stack Overflow questions
SHELL := /bin/bash
PATH := $(shell yarn bin):$(PATH)
test:
which ts-node
${shell yarn bin}/ts-node --version
ts-node --version
{
"dependencies": {
"ts-node": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment