Last active
February 22, 2018 14:09
-
-
Save mollerse/81ad37157993471907cb5c944901601f to your computer and use it in GitHub Desktop.
Repro of stuff in node_modules/.bin disappearing with npm-ci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "npm-ci-repro", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "rm -rf node_modules package-lock.json && npm i && ls node_modules/.bin && npm ci && ls node_modules/.bin" | |
}, | |
"keywords": [], | |
"license": "ISC", | |
"devDependencies": { | |
"json2csv": "3.11.5", | |
"npm-run-all": "4.1.2" | |
}, | |
"dependencies": { | |
"d3": "4.11.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Also, this is on macOS 10.13.3, with node v 8.9.4 and npm 5.7.0