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

setting nixconfig_config_home causes jscas-server not to start #9

Open
leaf-node opened this issue Jun 6, 2018 · 5 comments
Open

Comments

@leaf-node
Copy link
Contributor

I followed the installation instruction, but this step here:

nixconfig_config_home=$(pwd) npx jscas-server

doesn't work. Running this instead appears to work:

npx jscas-server
@leaf-node
Copy link
Contributor Author

I forgot to mention that the error that I got was the following:

npx: installed 234 in 24.856s
Cannot find module 'abstract-cache-redis'

Thanks : )

@leaf-node
Copy link
Contributor Author

The instructions at the bottom of the README worked:

NODE_PATH=$(pwd)/node_modules nixconfig_config_home=$pwd npx jscas-server

The non-working version is in the middle of the README file.

I really like your project, so thanks. : )

@jsumners
Copy link
Contributor

jsumners commented Jun 7, 2018

Thank you for the interest in the project. I'm glad you like it.

If you find issues, it would be best if you can submit a PR to fix them. My time for OSS work is very limited now.

@leaf-node
Copy link
Contributor Author

@jsumners: I will create a pull request tonight.

Do you think that despite your limited time to work on FOSS that this project will be maintained to at least some extent over the next few years? If so, that would be great. : ) Thanks

@jsumners
Copy link
Contributor

jsumners commented Jun 7, 2018

I will keep it up as best I can, but I think it is rather complete. It has all the features I needed it to have for the project I wrote it for (and no longer maintain). But a community effort will certainly help things along.

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