Does this work when components depend on meteor packages?
See original GitHub issueHi! 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:
- Created 7 years ago
- Comments:17 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gsabran I made some related comments at here - https://github.com/kadirahq/react-storybook/issues/224#issuecomment-225491154
Webpack… argh. I guess I need to finally give in, and learn it. 😃
Thanks!