-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
karma-commonjs doesn't seem to be able to follow symlinks #34
Comments
@scamden I'm traveling right now so won't be able to look into this issue for another 3 weeks or so. If you want to speed up things it would be great if you could dig into the issue a bit - the CommonJS plugin is fairly small and should be easy to follow. Ping me if you've got more detailed questions. |
i would love to normally but i was just testing out commonjs as an On 24 September 2014 04:27, Pawel Kozlowski [email protected]
Sterling Camden See RelateIQ in the Wall Street Journal |
I am having this issue too. A project i have come onto follows browserify sym-link method |
Any updates on this? |
1 similar comment
Any updates on this? |
i have symlink from
node_modules/@grid
to a src folder that hasutil/index.js
in it. works fine for node and browserify, but with karma-commonjs i get:getting Error: Could not find module '@grid/util' from '/Users/scamden/projects/riq-grid/src/modules/cell-scroll-model/index.js'
at /Users/scamden/projects/riq-grid/node_modules/karma-commonjs/client/commonjs_bridge.js:91
The text was updated successfully, but these errors were encountered: