question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does this work when components depend on meteor packages?

See original GitHub issue

Hi! Project looks amazing. I’ve followed the read me and things fail with Error: Cannot find module "meteor/react-meteor-data" Is that because meteor package in not a traditional npm package?

I know I’d better not mix the UI component and the container, but they sometime happen to be in the same file

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
arunodacommented, Jun 13, 2016
1reaction
ffxsamcommented, May 25, 2016

Webpack… argh. I guess I need to finally give in, and learn it. 😃

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Does this work when components depend on meteor packages?
Hi! Project looks amazing. I've followed the read me and things fail with Error: Cannot find module "meteor/react-meteor-data" Is that ...
Read more >
Package.js | Meteor API Docs
This section lets you define what packages your package depends on, what packages are implied by your package, and what object your package...
Read more >
Using Packages | Meteor Guide - GitHub Pages
To install a package into your app, you can run the npm install command with the --save flag: ... Depend on core Meteor...
Read more >
React Component in Meteor Package - Stack Overflow
I'm trying to write React Components as Meteor Packages and i think i do something terribly wrong somewhere and i can't find any...
Read more >
Chapter 9. The package system - Meteor in Action
Because of their isomorphic nature, Meteor packages are called Isopacks. In contrast to npm modules, they aren't limited to the server, but they...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found