Npm.require() is broken #3505
Closed
Npm.require() is broken #3505
Labels
Comments
I'm a little surprised by this. Can you show a reproduction? See https://github.com/meteor/meteor/wiki/Contributing-to-Meteor#reporting-a-bug-in-meteor |
|
You did not follow the directions at the link I gave you. |
OK, here you are: https://github.com/hipertracker/meteor-reactivity-bug |
Looks like there's a pull request for this issue at #3526? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
Npm.require()
has a serious bug. I need to download ReactJS with addons. In CommonJS it is as simple asrequire('react/addons')
. Unfortunately, this type of syntax does not work in Meteor. UsingNpm.require('react/addons')
is complaining about missing dependencies. But there is no any dependency needed here. There is no NPM package called 'react/addons'.The text was updated successfully, but these errors were encountered: