vidly-api-node icon indicating copy to clipboard operation
vidly-api-node copied to clipboard

Results 30 vidly-api-node issues
Sort by recently updated
recently updated
newest added

Hi, this problem still exists. It seems the github download as of today is incomplete and missing parts which completely hinders the ability to continue the tutorial. I spent a...

The installation is getting failed, while setup in latest node version. [Error url](https://ibb.co/3s12VQp) Node version - 16.16.0

``` /Users/user/Development/vidly-api-node/node_modules/mongodb-core/lib/connection/pool.js:595 return handleOperationCallback(self, workItem.cb, new MongoError(message.documents[0])); ^ MongoError: Unsupported OP_QUERY command: delete. The client driver may require an upgrade. For more details see https://dochub.mongodb.org/core/legacy-opcode-removal at /Users/user/Development/vidly-api-node/node_modules/mongodb-core/lib/connection/pool.js:595:61 at authenticateStragglers (/Users/user/Development/vidly-api-node/node_modules/mongodb-core/lib/connection/pool.js:513:16)...

Hello, I'm trying to deploy React Vidly App and have a problem with that. In Mosh videos he's using mlab for MongoBD data but this is no longer available. I'm...

+ Using Node 12 + Newest version of all dependencies + Using native transaction of MongoDB (Replace fawn) + Fix bug if any

Nearly all the dependencies are deprecated and versions of my dependencies are not available. so kindly refactor the code according to new versions of dependencies.

When I try to install the dependencies to the backend service with command "npm i" then one of them can not be found on the given github release link therefore...

Unable to run "npm i", because i'm getting a bcrypt error unable to download and some other dependencies like node, node-gyp and node-pre-gy. My solution was to installing these packages...

Just install 'bcrypt' if not already or check if already installed. `npm i bcrypt` Now, in your **vidly-api-node** folder goto **routes** folder and open up **users.js** in your code editor....

Because of the issue in backed where the mongo database is not populated with users and auth collections, this sections is really a waste of time and very disappointing to...