marklogic-community / slush-marklogic-node

Slush generator for a MarkLogic/node project
https://github.com/marklogic-community/slush-marklogic-node/wiki
Other
40 stars 28 forks source link

Slush not seeing updates after install #368

Closed grtjn closed 8 years ago

grtjn commented 8 years ago

Reported from the field:

"I ran (sudo) npm install -g slush-marklogic-node, but when generating a new app I'm not seeing latest changes (like for instance the query for ui themes)"

grtjn commented 8 years ago

This can be caused when people installed slush globally with system-wide installed Node, but afterwards installed multiple node versions with nvm. Run nvm use system before installing slush-marklogic-node to resolve this..