Open mbaljeetsingh opened 6 years ago
Probably the tsconfig file that is not handled the same way on unix.
You will need to play with the options yourself since I do not own a Windows machine. Let me know once you got it working
Just adding one single line in src\i18n\index.ts solve the issue "declare var require:any"
declare var require: any try { require.context("./", true, /^\.\/.*\.cson$/) } catch (error) { console.error('requireAll', error) }
I cloned the repo on my local machine and run npm install. But now when I run ionic serve, I'm getting the following error,