sql.js
sql.js copied to clipboard
using with angular 6
Hi I want to use this package with angular 6 I added the types and also sql npm install --save @types/sql.js npm install --save sql.js but i get the following error: [ng] Module not found: Error: Can't resolve 'crypto' in 'D:\current_projects\android Quran 2\ionic\Quran\node_modules\sql.js\js' [ng] ERROR in ./node_modules/sql.js/js/sql.js [ng] Module not found: Error: Can't resolve 'fs' in 'D:\current_projects\android Quran 2\ionic\Quran\node_modules\sql.js\js' [ng] ERROR in ./node_modules/sql.js/js/sql.js [ng] Module not found: Error: Can't resolve 'path' in 'D:\current_projects\android Quran 2\ionic\Quran\node_modules\sql.js\js'
https://github.com/marcorinck/typeorm-ionic4-test/issues/1#issuecomment-409987297 This could help (Steps 1 and 2).