Skip to content

Unable to run tests after cloning #508

@Akxe

Description

@Akxe

Describe the bug
There are no guidelines to set up the repo for contributors, thus I took these steps:

  1. git clone
  2. npm ci - This will not work for Windows users npm i is required
  3. ran npm run test_live
    a. This crashed on rollup error. It the hint I got note to delete package-lock.json and node_modules use npm i instead of npm ci.
  4. npm i
  5. ng serve is throwing bunch of errors caused by Cannot find module 'angular-split' or its corresponding type declarations.ts(2307)

To Reproduce
Take my steps above, ideally on a Windows machine, the rollup will probably be caused only on Windows, but the missing module should be universal

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions