You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to get the bundle (developmaent, production ones).
What actually happened?
I got errors in the terminal output.
Terminal output / screenshots
$ npm run dev
>[email protected] dev
> cross-env NODE_OPTIONS='--import=tsx' TSX_TSCONFIG_PATH='./configs/ts/tsconfig.json' webpack --config ./configs/webpack/webpack.co
nfig.ts --node-env=development --progress
[webpack-cli] Unable load 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack\webpack.config.ts'
[webpack-cli] Unable to use specified module loaders for".ts".
[webpack-cli] Cannot find module 'ts-node/register' from 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack'
[webpack-cli] Cannot find module 'sucrase/register/ts' from 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack'
[webpack-cli] Cannot find module '@babel/register' from 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack'
[webpack-cli] Cannot find module 'esbuild-register/dist/node' from 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack'
[webpack-cli] Cannot find module '@swc/register' from 'E:\Code learning\boilerplate-webpack-gulp-html-scss-ts-components\configs\webpack'
[webpack-cli] Please install one of them
Please provide the following information:
OS & version [e.g. MacOS Catalina 10.15.4]: Windows 10 Pro v1803 (i.e. Windows 10 v10.0.17134)
node version (run node -v): v21.7.1
npm version (run npm -v): 10.8.1
webpack-cli version (run npx webpack -v): 5.1.4
tsx version (run npx tsx -v): 4.14.0
The exceptions are emitted only via actual tsx v4.14.0 usage, previous one (v4.12.0) works fine.
I hope it'll help to find the problem...
If there's any additional info required I'll immediately provide it!))
Sorry 🙏 for more than 200 words, but I hope it worth it...
Thanks! tsx is marvelous tool!!!))
Bugs are expected to be fixed by those affected by it
I'm interested in working on this issue
Compensating engineering work financially will speed up resolution
I'm willing to offer financial support
The text was updated successfully, but these errors were encountered:
Dear Hiroki Osame,
Thank you so much for your kindness and understanding. I sincerely apologize for the extensive code in my previous report that required more of your time to dig through. I've clearly understood the importance of providing only the relevant code to reproduce the issue and narrow down the testing scope. I will ensure to do so in future contributions!)))) 🙏🙏🙏🙏
Best regards,
Dmitriy Frostoff
Acknowledgements
Minimal reproduction URL
https://github.com/Dmitriy-Frostoff/boilerplate-webpack-gulp-html-scss-ts-components
Problem & expected behavior (under 200 words)
What were you expecting to happen?
I expected to get the bundle (developmaent, production ones).
What actually happened?
I got errors in the terminal output.
Terminal output / screenshots
Please provide the following information:
OS & version [e.g. MacOS Catalina 10.15.4]: Windows 10 Pro v1803 (i.e. Windows 10 v10.0.17134)
node version (run node -v): v21.7.1
npm version (run npm -v): 10.8.1
webpack-cli version (run npx webpack -v): 5.1.4
tsx version (run npx tsx -v): 4.14.0
(more details via
package.json
s atboilerplate-webpack-gulp-html-scss-ts-components
I use ESM and "type": "module", in the package.json
)
Steps to reproduce:
works fine;
update
tsx
to actual versionrun
or
Additional information
The exceptions are emitted only via actual
tsx
v4.14.0 usage, previous one (v4.12.0) works fine.I hope it'll help to find the problem...
If there's any additional info required I'll immediately provide it!))
Sorry 🙏 for more than 200 words, but I hope it worth it...
Thanks!
tsx
is marvelous tool!!!))Bugs are expected to be fixed by those affected by it
Compensating engineering work financially will speed up resolution
The text was updated successfully, but these errors were encountered: