Skip to content

Instantly share code, notes, and snippets.

@unk
Last active November 13, 2017 03:17
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 unk/a27a60b338891b7c27e5de1216e2136e to your computer and use it in GitHub Desktop.
Save unk/a27a60b338891b7c27e5de1216e2136e to your computer and use it in GitHub Desktop.
npm scripts에 npx로 버전을 명시해줍니다.
{
"scripts": {
"start": "npx -p node@6 -- cross-env NODE_PATH=src node scripts/start.js",
"build": "npx -p node@6 -- cross-env NODE_PATH=src node scripts/build.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment