Skip to content

Instantly share code, notes, and snippets.

@rodcisal
Created February 9, 2015 14:28
Show Gist options
  • Save rodcisal/f37795fbd80519b4dbcd to your computer and use it in GitHub Desktop.
Save rodcisal/f37795fbd80519b4dbcd to your computer and use it in GitHub Desktop.
modulus deployment error
➜ achs-updated git:(master) ✗ modulus deploy
Welcome to Modulus
You are logged in as [email protected]
[?] Are you sure you want to use project achs? (yes) yes
Meteor project detected...
Input: /Users/rodrigocisternas/meteor/achs-updated
Output: /Users/rodrigocisternas/meteor/achs-updated/.demeteorized
Determining Meteor version...
Meteor version: 1.0.3.1
Bundling Meteor App...
This command has been deprecated in favor of 'meteor build', which allows you
to build for multiple platforms and outputs a directory instead of a single
tarball. See 'meteor help build'for more information.
WARNING: The output directory is under your source tree.
meteor bundle generation complete.
Finding dependencies...
90 dependencies found.
Creating package.json file.
package.json file generation complete.
Deleting node_modules folders.
Compressing project...
3.7 MB written
Uploading project...
Upload progress [===================] 100%
Deploying Project...
INFO: Attaching persistent storage.
INFO: Extracting source code to application environment.
INFO: Found package.json file: /package.json
INFO: Node version not specified in package.json, using latest stable version.
INFO: Initializing Node v0.12.0
INFO: Restoring modules from previous deploy.
INFO: Running npm install.
INFO: Registry: http://registry.npmjs.org
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No README data
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] punycode is also the name of a node core module.
npm WARN package.json [email protected] No repository field.
npm WARN package.json [email protected] string_decoder is also the name of a node core module.
npm WARN unmet dependency /mnt/data/1/node_modules/http-signature requires assert-plus@'0.1.2' but will load
npm WARN unmet dependency /mnt/data/1/node_modules/assert-plus,
npm WARN unmet dependency which is version 0.1.5
npm WARN unmet dependency /mnt/data/1/node_modules/http-signature requires ctype@'0.5.2' but will load
npm WARN unmet dependency /mnt/data/1/node_modules/ctype,
npm WARN unmet dependency which is version 0.5.3
INFO: Main file specified in package.json: main.js
INFO: Starting application.
[✓] achs running at achs-31208.onmodulus.net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment