-
Saw on Hacker News and gave it a shot. Tried to publish on EAS and create a development build, got it done successfully but when I run `npm run ios` I get this error in the simulator:
../../App" fr…
-
## Bug Report
This is also related to #1577 and #1454.
[Reproduction Repo](https://github.com/pomSense/yarn-pnp-sls-offline/tree/main) - See README for quick reproduction steps
**Current B…
-
For example I'm building a frontend application. I want to load all assets with file loader.
At this moment I need to explicitly specify a loader for all used extensions, to do this I need to addit…
-
Hello,
I have been trying to add Editorjs to my Webpack 4 project, but unfortunately it does work only up to version 2.26.5.
As soon as I upgrade to 2.27.0 and up I get the following error (this o…
-
I'm trying to run like this
node - esbuild-register ./script/some.ts
it breaks when hits a .css file
```jsx
node_modules/emoji-mart/css/emoji-mart.css:1
.emoji-mart,
^
SyntaxError: Unex…
-
I'm using [tsx](https://www.npmjs.com/package/tsx), a ts-node alternative for running `.ts` files with Node. Is there a some way to run ts-patch projects with tsx?
-
See the following reproduction: https://codesandbox.io/s/esbuild-register-js-module-not-found-reproduction-gyogmj
run `yarn start`
I am pretty sure this should be allowed.
-
### pnpm version:
7.6.0-0
### Code to reproduce the issue:
Here's a repro repository https://github.com/kilbiller/pnpm_bug_repro
Run `pnpm deploy --filter test test && cd test && pnpm build`…
-
I am currently trying to bundle and minify my service - however a package listed as a transitive dependency (i.e. `@mapbox/node-pre-gyp`) contains a `*.html` file. Resulting in the following error d…
-
https://github.com/firebase/firebase-tools/blob/f4581809c3af60fe58c10a143df0679f76d4b216/src/deploy/functions/runtimes/node/index.ts#L162-L171
By adding `NODE_OPTIONS: process.env.NODE_OPTIONS`, we…