Closed davidslater250 closed 10 years ago
Published a new version (0.2.1) with slightly better error handling and this problem is magically fixed. I love magically fixed.
Magically fixed is the best kind of fixed. Confirmed it work on my end. Thanks for getting on that so quickly!
npm@1.4.7 npmbox@0.2.0
Trying to package the following: npmbox grunt-contrib-copy@0.5.0 npmbox grunt-contrib-jshint@0.10.0 npmbox grunt-contrib-concat@0.4.0 npmbox grunt-contrib-watch@0.6.1 npmbox grunt-contrib-uglify@0.4.0 npmbox grunt-contrib-connect@0.7.1 npmbox grunt-connect-proxy@0.1.10 npmbox grunt-karma@0.8.2 npmbox grunt-ngmin@0.0.3 npmbox grunt-html2js@0.2.4 npmbox phantomjs@1.9.7-3 npmbox karma-phantomjs-launcher@0.1.4 npmbox karma-junit-reporter@0.2.1 npmbox karma-coverage@0.2.1 npmbox karma-ng-scenario@0.1.0 npmbox karma-chrome-launcher@0.1.3 npmbox karma-firefox-launcher@0.1.3 npmbox karma-jasmine@0.1.5 npmbox karma-coffee-preprocessor@0.2.1
Only npmbox grunt-recess fails with:
Downloading package grunt-recess@0.6.1... npm WARN using --force I sure hope you know what you are doing. npm http GET https://registry.npmjs.org/grunt-recess npm http 200 https://registry.npmjs.org/grunt-recess npm http GET https://registry.npmjs.org/grunt-recess/-/grunt-recess-0.6.1.tgz npm http 200 https://registry.npmjs.org/grunt-recess/-/grunt-recess-0.6.1.tgz npm http GET https://registry.npmjs.org/recess npm http GET https://registry.npmjs.org/async npm http GET https://registry.npmjs.org/chalk npm http GET https://registry.npmjs.org/lodash npm http GET https://registry.npmjs.org/maxmin npm http 200 https://registry.npmjs.org/chalk
npm Error: Error: No compatible version found: chalk@'^0.4.0' Valid install targets: ["0.1.0","0.1.1","0.2.0","0.2.1","0.3.0","0.4.0"]
Creating archive /user-directory/grunt-recess@0.6.1.npmbox...
/same-user-directory/node_modules/npmbox/node_modules/npm/node_modules/lockfile/lockfile.js:46 throw er ^ Error: ENOENT, lstat '/same-user-directory/.npmbox-cache/007b7e76-recess-1-1-6.lock'
Tried clearing out the npm cache and deleting the npmbox cache but still had this issue. The rest of the packages listed above worked fine. I can also install grunt-recess@0.6.1 from npm with no problems.