I wonder if the supplied front end and back end are working properly.
I bought the front end and back end, but is there no back end description document? The link you provide is not accessible at https://github.com/flatlogic/nodejs-backend. My githubid is opechaudry. Please allow me access.
The debugging environment configuration does not work properly (start:dev, start:backend), and bcrypt is not installed as an error when yarn install is performed on the backend.
npm WARN deprecated [email protected]: versions < v5.0.0 do not handle NUL in passwords properly npm WARN deprecated [email protected]: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future npm WARN rm not removing server\nodemodules.bin\semver.cmd as it wasn't installed by server\nodemodules\semver npm WARN rm not removing server\nodemodules.bin\semver as it wasn't installed by server\nodemodules\semver npm WARN rm not removing server\nodemodules.bin\nopt.cmd as it wasn't installed by server\nodemodules\nopt npm WARN rm not removing server\nodemodules.bin\nopt as it wasn't installed by server\nodemodules\nopt npm WARN rm not removing server\nodemodules.bin\mkdirp.cmd as it wasn't installed by server\nodemodules\mkdirp npm WARN rm not removing server\nodemodules.bin\mkdirp as it wasn't installed by server\nodemodules\mkdirp
[email protected] install server\node_modules\bcrypt node-pre-gyp install --fallback-to-build
node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v3.0.6/bcrypt_lib-v3.0.6-node-v83-win32-x64-unknown.tar.gz node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v83 ABI, unknown) (falling back to source compile with node-gyp)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.