guillaumejacquart / stupid-cms-db

Stupid CMS implementation with embedded db (nedb)
https://guillaumejacquart.github.io/stupid-cms-db/
0 stars 0 forks source link

The install instructions in the README don't work #3

Closed retorquere closed 7 years ago

retorquere commented 7 years ago

After installation, there's no stupid-cms command in the path.

guillaumejacquart commented 7 years ago

Thanks for your feedback, I'll check it out

guillaumejacquart commented 7 years ago

It's fixed now (tested on linux only so far). Thanks again for the feedback @retorquere

retorquere commented 7 years ago

On MacOS (which usually behaves the same as Linux as far as Node is concerned), stupid-cms is still not found in the path. Did you publish a new version to npm?

guillaumejacquart commented 7 years ago

I did publish a new version on npm. I successfully tested on MacOS this morning. But after install, the autcomplete in the terminal was not working, even tough the command was working. What are your node/npm versions ? How did you install them (using brew or something else) ? can you 'which stupid-cms' ?

retorquere commented 7 years ago

I have node 7.3.0, installed through homebrew. After install I have stupid-cms 0.5.0. which stupid-cms yields no output.

retorquere commented 7 years ago

On npm I also find 0.5.0. Should I have installed stupid-cms-db? I now see that the repo is called stupid-cms-db but the README says to install stupid-cms.

guillaumejacquart commented 7 years ago

Exactly, I will correct it and deprecate the stupid-cms package. stupid-cms was an attempt to have the same features without having a local db. 'npm install -g stupid-cms-db' should be working

retorquere commented 7 years ago

That did it, thanks.