jscas / jscas-server

29 stars 6 forks source link

setting nixconfig_config_home causes jscas-server not to start #9

Open leaf-node opened 6 years ago

leaf-node commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

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.