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

Is this still working? #17

Open
OrionRandD opened this issue Sep 24, 2019 · 6 comments
Open

Is this still working? #17

OrionRandD opened this issue Sep 24, 2019 · 6 comments

Comments

@OrionRandD
Copy link

I cannot install it and
also it does not find any verb with npx
:(

@tcelestino
Copy link
Owner

@OrionRandD sorry! I'll update it soon

@OrionRandD
Copy link
Author

@tcelestino thx a lot...

@tcelestino
Copy link
Owner

tcelestino commented Nov 22, 2019

@OrionRandD, what are node and npm versions you are using? I did test and here it's ok.

Screen Shot 2019-11-22 at 10 54 57

npm 6.12.0
node 10.15.0

@OrionRandD
Copy link
Author

@tcelestino it works here with this command:
npx @tcelestino/conjugate-cli play
but, I am unable to install it

@OrionRandD
Copy link
Author

@tcelestino I am having this issue here for installing your app.
But, the culprit is not your app, but this node-gyp thing:
mapbox/node-pre-gyp#477
I will just wait for a fix.
thx a lot

@ghost
Copy link

ghost commented Dec 3, 2019

If you're seeing this in your build failure:
make: g++: Command not found
...
gyp ERR! build error

Then there is a chance that you will need to download and install the gcc dependencies to get g++ for the make build. You can do so with this command: sudo yum install gcc72 gcc72-c++ followed by npm i bcrypt

If this doesn't work for you, I apologize, but this worked for me. Good luck if it doesn't work for you.

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

2 participants