Open aramk opened 10 years ago
Also several more errors appear like:
npm ERR! error rolling back Error: ENOTEMPTY, rmdir '/Users/Aram/Development/Work/Ewash/meteor-rtd-example-project/node_modules/rtd/node_modules/request'
npm ERR! error rolling back rtd@0.0.1 { [Error: ENOTEMPTY, rmdir '/Users/Aram/Development/Work/Ewash/meteor-rtd-example-project/node_modules/rtd/node_modules/request']
npm ERR! error rolling back errno: 53,
npm ERR! error rolling back code: 'ENOTEMPTY',
npm ERR! error rolling back path: '/Users/Aram/Development/Work/Ewash/meteor-rtd-example-project/node_modules/rtd/node_modules/request' }
npm ERR! Error: No compatible version found: minimatch@'^0.3.0'
npm ERR! Valid install targets:
npm ERR! ["0.0.1","0.0.2","0.0.4","0.0.5","0.1.1","0.1.2","0.1.3","0.1.4","0.1.5","0.2.0","0.2.2","0.2.3","0.2.4","0.2.5","0.2.6","0.2.7","0.2.8","0.2.9","0.2.10","0.2.11","0.2.12","0.2.13","0.2.14","0.3.0"]
npm ERR! at installTargetsError (/usr/local/Cellar/node/0.10.5/lib/node_modules/npm/lib/cache.js:685:10)
npm ERR! at /usr/local/Cellar/node/0.10.5/lib/node_modules/npm/lib/cache.js:607:10
npm ERR! at RegClient.get_ (/usr/local/Cellar/node/0.10.5/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:101:14)
npm ERR! at RegClient.<anonymous> (/usr/local/Cellar/node/0.10.5/lib/node_modules/npm/node_modules/npm-registry-client/lib/get.js:37:12)
npm ERR! at fs.js:266:14
npm ERR! at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
It seems to be trying to remove a directory which isn't empty.
Not seen this one before. Have you tried to wipe the whole example and retry the process?
Yeah I removed the node_modules
folder and also ran in sudo
mode but without luck. Tried on a different network also.
I get several issues with running
npm install
:I am attempting to follow the instructions for using the sample project at https://github.com/xolvio/meteor-rtd-example-project.