meteorhacks / npm

Complete NPM integration for Meteor
http://meteorhacks.com/complete-npm-integration-for-meteor.html
MIT License
508 stars 43 forks source link

[question] issue on meteor 1.3 #128

Closed y-ich closed 8 years ago

y-ich commented 8 years ago

Hi.

I updated my app to meteor 1.3 and it works fine on local machine. But I encountered errors when I push my app to heroku using https://github.com/jordansissel/heroku-buildpack-meteor.git.

Could you give me any suppgestions to solve them?

remote: -----> Building Meteor App Bundle
remote:        npm-container: updating npm dependencies -- cheerio, iconv-lite, request, fb,
remote:        usage...
remote:        => Errors while initializing project:
remote:        
remote:        While building package npm-container:
remote:        error: couldn't install npm packages from npm-shrinkwrap: Command failed: npm
remote:        WARN package.json packages-for-meteor-npm-container@0.0.0 No description
remote:        npm WARN package.json packages-for-meteor-npm-container@0.0.0 No repository
remote:        field.
remote:        npm WARN package.json packages-for-meteor-npm-container@0.0.0 No README data
remote:        npm WARN deprecated CSSselect@0.4.1: the module is now available as
remote:        'css-select'
remote:        npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
remote:        npm ERR! Linux 3.13.0-79-generic
remote:        npm ERR! argv "node"
remote:        "/tmp/build_147047ad9d301da1eae399fb02d28aa1/.meteor_tool/packages/meteor-tool/.1.3.0_3.fc5itk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm"
remote:        "install"
remote:        npm ERR! node v0.10.43
remote:        npm ERR! npm  v2.14.22
remote:        
remote:        npm ERR! version not found: ansi-styles@2.2.0
remote:        npm ERR! 
remote:        npm ERR! If you need help, you may report this error at:
remote:        npm ERR!     <https://github.com/npm/npm/issues>
remote:        
remote:        npm ERR! Please include the following file with any support request:
remote:        npm ERR!
remote:        /tmp/build_147047ad9d301da1eae399fb02d28aa1/app_src/packages/npm-container/.npm/package-new-on9g59/npm-debug.log
remote:        npm WARN package.json packages-for-meteor-npm-container@0.0.0 No description
remote:        npm WARN package.json packages-for-meteor-npm-container@0.0.0 No repository
remote:        field.
remote:        npm WARN package.json packages-for-meteor-npm-container@0.0.0 No README data
remote:        npm WARN deprecated CSSselect@0.4.1: the module is now available as
remote:        'css-select'
remote:        npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'
remote:        npm ERR! Linux 3.13.0-79-generic
remote:        npm ERR! argv "node"
remote:        "/tmp/build_147047ad9d301da1eae399fb02d28aa1/.meteor_tool/packages/meteor-tool/.1.3.0_3.fc5itk++os.linux.x86_64+web.browser+web.cordova/mt-os.linux.x86_64/dev_bundle/bin/npm"
remote:        "install"
remote:        npm ERR! node v0.10.43
remote:        npm ERR! npm  v2.14.22
remote:        
remote:        npm ERR! version not found: ansi-styles@2.2.0
remote:        npm ERR! 
remote:        npm ERR! If you need help, you may report this error at:
remote:        npm ERR!     <https://github.com/npm/npm/issues>
remote:        
remote:        npm ERR! Please include the following file with any support request:
remote:        npm ERR!
remote:        /tmp/build_147047ad9d301da1eae399fb02d28aa1/app_src/packages/npm-container/.npm/package-new-on9g59/npm-debug.log
y-ich commented 8 years ago

Sorry, it seems a problem of github repository of ansi-styles.