Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node -v >5.6 always get error because of node-gyp debugger #6

Open
hoogw opened this issue Apr 9, 2018 · 1 comment
Open

node -v >5.6 always get error because of node-gyp debugger #6

hoogw opened this issue Apr 9, 2018 · 1 comment

Comments

@hoogw
Copy link

hoogw commented Apr 9, 2018

This project never works for me.

`Running "wait" task

Waiting for server reload...
(node:14220) DeprecationWarning: Implicit async custom validators (custom validators that take 2
arguments) are deprecated in mongoose >= 4.9.0. See
http://mongoosejs.com/docs/validation.html#async-custom-validators for more info.
internal/crypto/pbkdf2.js:35
throw new errors.TypeError('ERR_INVALID_ARG_TYPE', 'digest',
^

TypeError [ERR_INVALID_ARG_TYPE]: The "digest" argument must be one of type string or null
at _pbkdf2 (internal/crypto/pbkdf2.js:35:11)
at Object.pbkdf2 (internal/crypto/pbkdf2.js:25:10)
at model.encryptPassword
(C:/Users/engcid299/node/sample/playground0000001/paizaqa1/server/api/user/user.model.js:217:19)
at
C:/Users/engcid299/node/sample/playground0000001/paizaqa1/server/api/user/user.model.js:120:12
at RandomBytes.ondone
(C:/Users/engcid299/node/sample/playground0000001/paizaqa1/server/api/user/user.model.js:190:9)
Stopping Express server
Done waiting!
`

I have other error, already fixed.

I have
node -v
v9.6.1

npm -v 5.6.0

when run
npm install

error out like:
node-pre-gyp ERR! Tried to download(404):

First this is a excellent project from every aspect,
whether you are angular beginner or learner,
and it could be used for useful meaningful project too.

I see the last update is 2 or 3 years ago, no activity in recent years.

I hope this project still live, add more and more feature, I can see it has good future.

@hoogw hoogw changed the title Is this project actively maintain? node -v >5.6 always get error because of node-gyp debugger Apr 10, 2018
@hoogw
Copy link
Author

hoogw commented Apr 11, 2018

Can owner make some change to let it works on node version > 5.6.0
For example, node -v9.x.X and -v8.x.x?

So far it only works with node -v5.6.0 and below

I have to downgrade node version from 9.x.x to 5.6.0
On windows, I use nvm-windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant