-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Labels
Description
Describe the bug
There are no guidelines to set up the repo for contributors, thus I took these steps:
git clonenpm ci- This will not work for Windows usersnpm iis required- ran
npm run test_live
a. This crashed on rollup error. It the hint I got note to deletepackage-lock.jsonandnode_modulesusenpm iinstead ofnpm ci. npm ing serveis 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