Nuve module not found

I have a problem with nuve module, any suggestion ?

licode@Licode11:/usr/licode$ sudo ./scripts/initBasicExample.sh
Checking dir /usr/licode/build/libdeps/nvm
Running nvm
manpath: can’t set the locale; make sure $LC_* and $LANG are correct
Found ‘/usr/licode/.nvmrc’ with version <6.9.2>
Now using node v6.9.2 (npm v3.10.9)
licode@Licode11:/usr/licode$ module.js:471
throw err;
^

Error: Cannot find module ‘./nuve’ …

Currently nuve dist file is copied to basic example folder when running initLicode script. Have you executed it before?

BTW, we consider this is not the best place for this stuff so we are going to update the code to do that in initBasicExample script.

Thanks!