-
-
Notifications
You must be signed in to change notification settings - Fork 752
Closed
Description
What are you trying to achieve?
I am trying to initialise codeceptjs by running codeceptjs init.
Here's what I did:
> npm i codeceptjs-webdriverio --save-dev
> .\node_modules\.bin\codeceptjs init
Error: The system cannot find the path specified.
> npm i codeceptjs-webdriverio -g # because the above `init` command filed I wanted to see if a global install would work.
> codeceptjs init
Error: The system cannot find the path specified.
> codeceptjs
Error: The system cannot find the path specified.
> where codeceptjs
C:\Users\tamj0rd2\AppData\Roaming\npm\codeceptjs.cmd
# So it is installed, but running it just isn't working.
What do you get instead?
Error: The system cannot find the path specified.
Details
- CodeceptJS version: v1.0.1
- NodeJS Version: v6.9.2
- Operating System: Windows 10
- WebDriverIO
- Configuration file: N/A (haven't been able to generate it yet)
# paste suite config here
N/A?