Skip to content
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

npm package is not usable #37

Open
dlebedynskyi opened this issue Mar 4, 2016 · 0 comments
Open

npm package is not usable #37

dlebedynskyi opened this issue Mar 4, 2016 · 0 comments

Comments

@dlebedynskyi
Copy link

install npm package

 > npm install Module not found

in your code

import {
    HubClient
} from 'signal-arr';


const client = new HubClient({
        url: "https://localhost:44391/signalr"
    });

webpack during build

ERROR in ./~/signal-arr/index.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./PromiseMaker in c:\Code\test\node_modules\signal-arr
 @ ./~/signal-arr/index.js 22:20-45 818:20-45

ERROR in ./~/signal-arr/index.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./EventEmitter in c:\Code\test\node_modules\signal-arr
 @ ./~/signal-arr/index.js 26:21-46 974:21-46

ERROR in ./~/signal-arr/index.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./ConnectingMessageBuffer in c:\Code\test\node_modules\signal-arr
 @ ./~/signal-arr/index.js 30:31-67

guys you really need valid working example of usage for this package. Even thought idea is great it won't fly if it does not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant