sql-js / sql.js

A javascript library to run SQLite on the web.
http://sql.js.org
Other
12.41k stars 1.06k forks source link

using with angular 6 #243

Open hesampour opened 6 years ago

hesampour commented 6 years ago

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'

wexstorm commented 5 years ago

https://github.com/marcorinck/typeorm-ionic4-test/issues/1#issuecomment-409987297 This could help (Steps 1 and 2).