coturiv / ionic-typeorm-starter

Example project to demonstrate TypeORM in an Ionic app
32 stars 12 forks source link

ERROR in ./node_modules/typeorm/browser/driver/sqljs/SqljsDriver.js #1

Closed pcfjojo closed 5 years ago

pcfjojo commented 5 years ago

ERROR in ./node_modules/typeorm/browser/driver/sqljs/SqljsDriver.js [ng] Module not found: Error: Can't resolve 'sql.js/js/sql.js' in 'C:\Users\john\AndroidStudioProjects\Angular Projects\POS-Ionic\node_modules\typeorm\browser\driver\sqljs'

I have noticed that you have create a patch inside the script.. but I could not understad what to do to remove the this error.. Can you plz help with this?

coturiv commented 5 years ago

@pcfjojo , I can't reproduce the error on this project. Is that a new one? Then, tell me the steps you did. Thanks.

pcfjojo commented 5 years ago

@coturiv By mistake i installed https://www.npmjs.com/package/sql-js this package instead of sql.js Now it is working perfectly, only think I did not check with --prod build.

coturiv commented 5 years ago

Well, closing it now.