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 users npm i is required
- 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.
npm i
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
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 requirednpm run test_livea. This crashed on rollup error. It the hint I got note to delete
package-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