Posts by Dyego Caldeira • 31 points
3 posts
-
0
votes1
answer645
viewsA: How to resolve Error: Cannot find module 'C: wamp64 www sqlnode index.js'
Are you importing the sequelize, but you installed this package? If not, you have to install the package sequelize through npm within your project. Ex: $npm i sequelize More hints:…
-
1
votes1
answer57
viewsA: Mysql to Sequelize
To use the relationships, it is necessary to define them correctly in the model of each table. After creating the relationships you should pass the "include" property on the search object. Ex:…
-
2
votes0
answers57
viewsQ: Check if one user is following another, using the SC (sound cloud) API in Javascript
I am developing a web page, where this page will be using the SC SDK API. What happens is, I’m not being able to use the function that checks if one user follows the other. In this case, the user…