-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
Describe the bug
There are no guidelines to set up the repo for contributors, thus I took these steps:
git clone
npm ci
- This will not work for Windows usersnpm i
is required- ran
npm run test_live
a. This crashed on rollup error. It the hint I got note to deletepackage-lock.json
andnode_modules
usenpm i
instead ofnpm ci
. npm i
ng serve
is throwing bunch of errors caused byCannot 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