I want to access the github repository

Gravatar

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.

User profile image

Hi, opechaudry! Can you describe the frontend error in more detail? What steps do you take and what error do you get?

User profile image

Hi there,

As for the GitHub access - we have sent you an invite!

Best regards, Eugene

Gravatar

I bought Sing App Vue Node.js.

  1. The procedures described in the front end and back end are as described in README.md, and "start: backend" is performed at the front end and "start: dev" is performed at the back end. At this time, which port should I enter when debugging the backend? When entering the 8080 port, "Cannot GET /" is displayed.

  2. The bcrypt module is not installed when "yarn install" on the backend. (windows 10)

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.

User profile image

1) We use some of these routes as well: '/api/auth', '/api/file', '/api/products' (https://github.com/flatlogic/user-management-template-backend/blob/master/src/index.js) 2) Try uninstalling the dependencies, clearing the cache and then running the installation again. "rm -rf node_modules && npm cache clean"

Gravatar

I tried the method you told me, but I can't install it.

Just in case, I tried to install another version, but the result is the same as above.

User profile image

Thanks, we are trying to reproduce this error on our own. But at the moment, could you try this solution? https://stackoverflow.com/a/40046466

Cookie Consent

By continuing to browse or by clicking 'OK', you agree to the storing of cookies on your device to enhance your site experience and for analytical purposes. To learn more about how we use cookies, please see our cookies policy.