jasmine / jasmine-browser-runner

Serve and run your Jasmine specs in a browser
50 stars 25 forks source link

npx jasmine-browser init error #6

Closed dotnetCarpenter closed 3 years ago

dotnetCarpenter commented 3 years ago

Steps to reproduce:

  1. npm install --save-dev jasmine-browser-runner
  2. npx jasmine-browser init
npm ERR! could not determine executable to run

2021-08-01T16_06_44_991Z-debug.log

OS: Ubuntu 21.04 on Windows 10 WSL2 node: v14.17.3 npm: 7.20.3

dotnetCarpenter commented 3 years ago

Never mind - the issue is that guide on https://jasmine.github.io/pages/getting_started.html is wrong - not this package.

Initialize Jasmine in your project

npx jasmine-browser init
dotnetCarpenter commented 3 years ago

@sgravrock it would be benificial if you renamed this repo to jasmine-browser-runner to avoid confusion.