This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Missing npm dependencies #41
Comments
The same issue! Got:
when running karma tests. Without Karma all works correct. |
@gottfrois
to my webpackConfig.js |
Not sure if it's too late for this... I added a main property to the package.json of stompjs in node_module.
this solve the issue of my situation. Hope it will help |
I edit file var Stomp = require('./lib/stomp.js');
// var StompNode = require('./lib/stomp-node.js');
module.exports = Stomp.Stomp;
// module.exports.overTCP = StompNode.overTCP;
// module.exports.overWS = StompNode.overWS; |
This repository is no longer supported by authors, isn't it? This is the only reason this issue still not fixed. |
I added an npm dependency of "net": "1.0.2" to solve the " Cannot resolve module 'net' " error. (Using Angular 6 and Typescript) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When install the package using npm and loading it with webpack here is what I have:
The text was updated successfully, but these errors were encountered: