pubnub / pubnub-angular2

Other
32 stars 13 forks source link

Trying to use pubnub-angular in Angular4 project #26

Closed PepeBel4 closed 6 years ago

PepeBel4 commented 6 years ago

I followed PubNub's tutorizal for Realtime apps, but when compiling see following issue:

ERROR in ./node_modules/pubnub-angular2/lib/pubnub-angular4.js Module not found: Error: Can't resolve 'pubnub' in '/Users/pascalpeeters/Documents/GitHub/your-race-fe/node_modules/pubnub-angular2/lib' @ ./node_modules/pubnub-angular2/lib/pubnub-angular4.js 8:14-31 @ ./src/app/app.module.ts @ ./src/app/index.ts @ ./src/main.browser.ts @ multi (webpack)-dev-server/client?http://localhost:3000 ./src/main.browser.ts Child html-webpack-plugin for "index.html": 4 modules webpack: Failed to compile.

Anyone could guide me where I go wrong?

namnn commented 6 years ago

I actually have the same issue