Closed retorquere closed 7 years ago
Thanks for your feedback, I'll check it out
It's fixed now (tested on linux only so far). Thanks again for the feedback @retorquere
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?
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' ?
I have node 7.3.0, installed through homebrew. After install I have stupid-cms 0.5.0. which stupid-cms
yields no output.
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
.
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
That did it, thanks.
After installation, there's no
stupid-cms
command in the path.