meteorhacks / npm

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

Meteor Errors prevented startup. File not found building package apm and handlebar-helpers #27

Open vince691026 opened 10 years ago

vince691026 commented 10 years ago

Hi. I'm getting the following error:

=> Started proxy. => Errors prevented startup: While building package apm: error: File not found: tests/models/system.js While building package handlebar-helpers: error: no such package: 'domutils' => Your application has errors. Waiting for file change.

Any help will be appreciated.

Using Meteor .8.1.3 Meteorite .074 Here is the content of the smart.json [vramos@ny-p-pdweb01 app-eight]$ vi smart.json { "packages": { "npm": {}, "jquery-ui": {}, "jquery-ui-bootstrap": {}, "iron-router": {}, "nprogress": {}, "iron-router-progress": {}, "handlebar-helpers": {}, "lazy": {}, "apm": {}, "HTML5-History-API": {} } }

Content of smart.lock { "meteor": {}, "dependencies": { "basePackages": { "npm": {}, "jquery-ui": {}, "jquery-ui-bootstrap": {}, "iron-router": {}, "nprogress": {}, "iron-router-progress": {}, "handlebar-helpers": {}, "lazy": {}, "apm": {}, "HTML5-History-API": {} }, "packages": { "npm": { "git": "https://github.com/arunoda/meteor-npm.git", "tag": "v0.2.6", "commit": "177ab6118de5bf8cffb19481343d5762ff7a2aaf" }, "jquery-ui": { "git": "https://github.com/TimHeckel/meteor-jquery-ui.git", "tag": "v1.9.2", "commit": "c437d45edcf1367df8d5ffa8bad2867758030bd2" }, "jquery-ui-bootstrap": { "git": "https://github.com/TimHeckel/meteor-jquery-ui-bootstrap.git", "tag": "v0.1.2", "commit": "fa742a85639307003e105898e15b631394b63509" }, "iron-router": { "git": "https://github.com/EventedMind/iron-router.git", "tag": "v0.7.1", "commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb" }, "nprogress": { "git": "https://github.com/zhouzhuojie/meteor-nprogress.git", "tag": "v0.0.4", "commit": "8333206b751a24fac1fbd1b03fa37621bcefe50c" }, "iron-router-progress": { "git": "https://github.com/Multiply/iron-router-progress.git", "tag": "v0.4.0", "commit": "02f78bdaca4c13d59f548d5a0ce83408c34b56d1" }, "handlebar-helpers": { "git": "https://github.com/raix/Meteor-handlebar-helpers.git", "tag": "v0.1.1", "commit": "0b407ab65e7c1ebd53d71aef0de2e2c1d21a597c" }, "lazy": { "git": "https://github.com/dburles/meteor-lazy.git", "tag": "v0.1.0", "commit": "42b55687f1bb0f853fb650d7255115960b126748" }, "apm": { "git": "https://github.com/arunoda/meteor-apm-client.git", "tag": "v1.4.6", "commit": "5a185029dd65816c27f988bccedbb77785eab6dc" }, "HTML5-History-API": { "git": "https://github.com/tmeasday/meteor-HTML5-History-API.git", "tag": "v4.1.2", "commit": "b5fca79f9ae8936e5f748a04f475295f4fa1cc7a" }, "blaze-layout": { "git": "https://github.com/EventedMind/blaze-layout.git", "tag": "v0.2.4", "commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f" } } } }

arunoda commented 10 years ago

The problem with apm package. Seems like some files were missing. Anyway, now apm is deprecated. Try using kadira https://atmospherejs.com/package/kadira instead.


Arunoda Susiripala I curate Meteor Weekly - Check it out! http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Thu, Jun 19, 2014 at 8:37 AM, vince691026 notifications@github.com wrote:

Hi. I'm getting the following error:

=> Started proxy. => Errors prevented startup: While building package apm: error: File not found: tests/models/system.js While building package handlebar-helpers: error: no such package: 'domutils' => Your application has errors. Waiting for file change.

Any help will be appreciated.

Using Meteor .8.1.3 Meteorite .074 Here is the content of the smart.json [vramos@ny-p-pdweb01 app-eight]$ vi smart.json { "packages": { "npm": {}, "jquery-ui": {}, "jquery-ui-bootstrap": {}, "iron-router": {}, "nprogress": {}, "iron-router-progress": {}, "handlebar-helpers": {}, "lazy": {}, "apm": {}, "HTML5-History-API": {} } }

Content of smart.lock { "meteor": {}, "dependencies": { "basePackages": { "npm": {}, "jquery-ui": {}, "jquery-ui-bootstrap": {}, "iron-router": {}, "nprogress": {}, "iron-router-progress": {}, "handlebar-helpers": {}, "lazy": {}, "apm": {}, "HTML5-History-API": {} }, "packages": { "npm": { "git": "https://github.com/arunoda/meteor-npm.git", "tag": "v0.2.6", "commit": "177ab6118de5bf8cffb19481343d5762ff7a2aaf" }, "jquery-ui": { "git": "https://github.com/TimHeckel/meteor-jquery-ui.git", "tag": "v1.9.2", "commit": "c437d45edcf1367df8d5ffa8bad2867758030bd2" }, "jquery-ui-bootstrap": { "git": "https://github.com/TimHeckel/meteor-jquery-ui-bootstrap.git", "tag": "v0.1.2", "commit": "fa742a85639307003e105898e15b631394b63509" }, "iron-router": { "git": "https://github.com/EventedMind/iron-router.git", "tag": "v0.7.1", "commit": "d1ffb3f06ea4c112132b030f2eb1a70b81675ecb" }, "nprogress": { "git": "https://github.com/zhouzhuojie/meteor-nprogress.git", "tag": "v0.0.4", "commit": "8333206b751a24fac1fbd1b03fa37621bcefe50c" }, "iron-router-progress": { "git": "https://github.com/Multiply/iron-router-progress.git", "tag": "v0.4.0", "commit": "02f78bdaca4c13d59f548d5a0ce83408c34b56d1" }, "handlebar-helpers": { "git": "https://github.com/raix/Meteor-handlebar-helpers.git", "tag": "v0.1.1", "commit": "0b407ab65e7c1ebd53d71aef0de2e2c1d21a597c" }, "lazy": { "git": "https://github.com/dburles/meteor-lazy.git", "tag": "v0.1.0", "commit": "42b55687f1bb0f853fb650d7255115960b126748" }, "apm": { "git": "https://github.com/arunoda/meteor-apm-client.git", "tag": "v1.4.6", "commit": "5a185029dd65816c27f988bccedbb77785eab6dc" }, "HTML5-History-API": { "git": "https://github.com/tmeasday/meteor-HTML5-History-API.git", "tag": "v4.1.2", "commit": "b5fca79f9ae8936e5f748a04f475295f4fa1cc7a" }, "blaze-layout": { "git": "https://github.com/EventedMind/blaze-layout.git", "tag": "v0.2.4", "commit": "b40e9b0612329288d75cf52ad14a7da64bb8618f" } } } }

— Reply to this email directly or view it on GitHub https://github.com/arunoda/meteor-npm/issues/27.