accounts-ui: Newbie Question: Cannot find module 'meteor/std:accounts-ui'?
I installed accounts-ui using these commands:
npm i --save react react-dom react-router
meteor add accounts-password
meteor add std:accounts-ui
npm i --save tracker-component
On running, the console shows the following errors:
Uncaught Error: Cannot find module ‘tracker-component/package.json’ Uncaught Error: Cannot find module ‘meteor/std:accounts-ui’
What am I missing?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 2
- Comments: 29 (9 by maintainers)
I feel like this is a core Meteor issue and likely not anything you are doing… Perhaps time to ping @tmesday or @benjamn?
@SachaG - perhaps deleting the node_modules, checking the versions at package.json and running npm install again remove any cache problem.
Yeah, seems like it works better for me on a clean app installation, anyone want to check out the
devel
version I’ve pushed, you could just clone it into/packages
and checkoutdevel
to try it out.@PolGuixe – I agree! I’ve just updated to 1.1.19 and latest tracker-component and still seeing the same issue.
I guess we can close then.
@queso solved it live just few minutes ago cloning the package repo (this one) directly into the
packages
folder of the app.I tried this way of doing on an app of mine too, no more problems with dependencies! Everything runs fine! That’s a way to handle it by now 💯