-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
I encountered the following script error on Git Bash (Windows 7).
Environment:
- Windows 7 Professional SP1 64bit
- Git for Windows 2.7.1
- pre-git 3.3.0
- Node.js 4.3.0
- npm 3.7.2
Reproduction:
Open Git Bash and run the following commands on terminal.
mkdir foo
cd foo
npm init -y
git init
echo 'node_modules' >> .gitignore
echo 'npm-debug.log' >> .gitignore
npm install --save-dev pre-git
git add .
npm run commit