jscas-server icon indicating copy to clipboard operation
jscas-server copied to clipboard

setting nixconfig_config_home causes jscas-server not to start

Open leaf-node opened this issue 7 years ago • 5 comments

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 avatar Jun 06 '18 19:06 leaf-node

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 avatar Jun 06 '18 19:06 leaf-node

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. : )

leaf-node avatar Jun 06 '18 21:06 leaf-node

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.

jsumners avatar Jun 07 '18 01:06 jsumners

@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

leaf-node avatar Jun 07 '18 21:06 leaf-node

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.

jsumners avatar Jun 07 '18 22:06 jsumners