-
### Describe the bug
I tried to create a custom component and the templates don't seem to work.
### Have you searched existing issues? 🔎
- [X] I have searched and found no existing issues
### Rep…
-
### Current Behavior
Introduced in NX 16.7.0, the function [`determineModuleFormatFromTsConfig`](https://github.com/nrwl/nx/blob/16.7.0/packages/js/src/executors/tsc/tsc.impl.ts#L23-L37) looks at `ts…
-
When working on a `commonjs` project with `moduleResolution` set to `NodeNext`, importing `json-schema-faker` produces the following TS error:
```
Error TS(1479): The current file is a CommonJS mo…
-
### **What**
___
Using a native method for importing JavaScript (JS) modules.
### **Intended outcome**
___
Allow users to require fewer dependencies in development. If tools are used to bundle, more …
-
-
**Describe the bug**
When starting up metro after migrating to Expo 51, carousel fails during initialization.
**Screenshots**
```
Metro error: Cannot access 'computedOffsetXValueWithAutoFi…
-
support use this package in systemjs.
You also need to put the package up on NPM.
ghost updated
9 years ago
-
Currently the umd build includes all the dependencies, which is very useful. In the case of using a bundler like webpack, it usually handles the dependencies. Currently, to use the library with a bund…
-
### Analysis
Multiple errors when apt updating Homebridge to 1.3.10 (linux/bookworm)
### Expected Behavior
Expect zero error messages when updating
### Steps To Reproduce
Update Homebridge via th…
-
i imported module by:
```import { Reader } from 'monet';```
then got error:
```Error: 'Reader' is not exported by node_modules/monet/dist/monet.js```
my config:
```
import resolve from 'rollup…