fix documentation for install into empty directory #844
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
good first issue
Describe the bug
The documentation can be confusing about how to install UUV.
To Reproduce
Steps to reproduce the behavior:
mkdir test-uuv
cd test-uuv
npm install --save-dev @uuv/cypress
Expected behavior
As stated in the documentation:
The real content of the directory is:
The documentation should mention that the install should be made in an existing npm project. In other words, if the directory is empty, you should create a valid package.json file by creating the file manually or by launching a
git init
command.The text was updated successfully, but these errors were encountered: