Pulkit Singhal
Test por , creado hace más de 1 año

Questions based on day-2-day use of loopback

10
0
0
Pulkit Singhal
Creado por Pulkit Singhal hace más de 9 años
Cerrar

LoopBack

Pregunta 1 de 2

1

If you create MyModel.js and MyModel.json in loopback, but forget to add it to model-config.json, then will you see errors like:

Unhandled rejection TypeError: Cannot call method '<whatever>' of undefined?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 2 de 2

1

Do you have to delete db.json to get past an error like the following?
Unhandled rejection TypeError: Object.keys called on non-object
at Function.keys (native)
at Memory.all (/node_modules/loopback-datasource-juggler/lib/connectors/memory.js:289:22)
at /node_modules/loopback-datasource-juggler/lib/dao.js:1210:38

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación