-
After running `npm install` followed by `npm run build` I get the following error on my laptop:
> marc@marc-ThinkPad-X1-Carbon ~/git/angular2-library $ npm run build
>
> > angular2-sdk@0.0.0 bui…
-
I added "archive: any" (which now resolves to 1.0.27) and after "pub get" I received:
A transformer imported unknown package "args" (in "package:args/args.dart").
Adding "args: any" didn't solve t…
-
Hello ,
as i can see that jquery is used inside sdk.ts file . since we are using angular2 why do we need jquery and using it inside this file ?
-
#### What type of issue are you creating?
- [x] Bug
- [ ] Enhancement
- [ ] Question
#### What version of this module are you using?
- [ ] 2.0.10 (Stable)
- [x] 2.1.0-rc.n (2.1 Release Candida…
-
Hello,
When i used your application to generate sdk, i found error with current angular 2 with import
```javascript
import {Injectable, Inject, Optional} from 'angular2/core';
import {Http, Hea…
-
Some of the documentation for this dependency is outdated or does not redirect to the right page on PubNub docs
example: https://www.pubnub.com/docs/javascript/api-reference-sdk-v4#history
![image…
-
[default] C:\wamp64\www\loopback-angular2-auth-demo\client\src\app\pages\login\login.component.ts:50:14
Property 'id' does not exist on type '{ username: any; email: any; password: any; type: any…
ghost updated
6 years ago
-
here is the npm-debug.log on a Windows 10 environment.
0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Users\danise\AppData\Roaming\npm\nod…
-
I'm getting an issue while "npm start" saying:
'concurrent' is not recognized as an internal or external command,
operable program or batch file.
Below is the error log:
0 info it worked if it e…
-
I'm using PubNub in conjunction with AWS Step Functions to observe a step function during execution. I have two step functions; Step Function A and Step Function B.
When I run function A, everythin…