-
# 🐞 Bug report
all client side SPA use of package 'perf_hooks, 'os', 'fs' are non-existent
we have no way of predicting what packages included in package.json use 'perf_hooks, 'os', 'fs'
so all …
-
## To recreate:
Simply type `ember new app-name` in the terminal and it always stalls on npm
The output:
```
installing app
create .bowerrc
create .editorconfig
create .ember-cli
create .js…
-
# 🐞 Bug report
### Command (mark with an `x`)
- [ ] new
- [ ] build
- [X] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] extract-i18n
- [ ]…
-
**Describe the bug**
The plugin native build fails in the function `getAppInstanceId()` with the error `Cannot force unwrap value of non-optional type 'String'`.
This seems to be a version confli…
-
## Description
Ava has permissions issues when trying to read/write the node_modules/.cache folder and sub folders. Manually creating the folders and running ava again will cause the next fs operatio…
-
I added ngx-plyr and plyr to my ionic project with angular.
when get output `ionic build` without `--prod` working correctly.
but when use of `--prod` plyr not work correctly on mobile device chrome…
-
Typescript:
```
this.googlePlus.login({
'webClientId': 'my_ webClientId',
'offline': true
})
.then(async (profile) => {
console.log("response")
cons…
-
I'm trying to do server side rendering in Angular. But while I run command `npm run serve:ssr` shows error t`ypeerror i0.ɵɵdefineinjectable is not a function. Also shows`
Below is my `package.json`
…
-
> Please take a minute to read our [NativeScript Code of Conduct](https://github.com/NativeScript/codeofconduct) before proceeding with posting issues or discussing. The purpose of this guide is t…
-
Hi there, I have an angular app, that would refresh the users session (by sending a message in Signalr and having the sessionservice re-init) when permissions changed on the back end.
Did something…