[07:22:15] hello guys, I am trying to host the forntend of wikicontrib tool (https://github.com/wikimedia/WikiContrib). It is developed in react. I use lighttpd server to do so. Inorder to host the tool, a build file need to be generated and kept in public_html directory. But I could not generate a build file. Whenever I run the command "npm install" it raises and error saying "cb() never called". I googled about it [07:22:15] and found various answers. Some of the are like updaiting the npm version, clearning the cache.. etc. But none of it could be implemented on toolforge ( I am not sure why). [07:23:01] Is there any way to solve it and generate a build file over there ? [07:23:10] https://discourse-mediawiki.wmflabs.org/t/npm-install-raises-cb-never-called/1580 [21:08:45] is it possible to map the dumps into an instance? [22:48:40] gifti, Toolforge tools have access to the dumps directory automatically; to get access in an Cloud VPS instance you should file a task on Phab. More info on https://wikitech.wikimedia.org/wiki/Help:Shared_storage [22:49:34] thanks