Skip to content

Script error on Git Bash (Windows) #68

@ybiquitous

Description

@ybiquitous

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

alert

package.json.txt

npm-debug.log.txt

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions