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
Operating System (or Browser): Windows 32 Bit, enviroment is NW.js
Node Version: 18.7.0
webpack-plugin-ramdisk Version: 0.2.0
How Do We Reproduce?
I've just installed this plugin and followed the tutorial under "Usage". I'm using a merged webpack configuration using webpack-merge version 5.8.0 and environment variables. My command looks like this:
I'm only testing out the plugin. So it should successfully compile.
Actual Behavior
⬡ webpack-plugin-ramdisk: Initializing RAMdisk. You may be prompted for credentials
[webpack-cli] TypeError: Cannot read properties of undefined (reading 'trim')
at module.exports.commandSync (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-plugin-ramdisk\node_modules\execa\index.js:226:26)
at create (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-plugin-ramdisk\lib\ramdisk.js:33:38)
at init (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-plugin-ramdisk\lib\ramdisk.js:61:26)
at new WebpackPluginRamdisk (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-plugin-ramdisk\lib\index.js:39:22)
at module.exports (D:\Dev\VSCode\JavaScript\<project>\webpack.dev.js:29:9)
at loadConfigByPath (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-cli\lib\webpack-cli.js:1439:37)
at async Promise.all (index 0)
at async WebpackCLI.loadConfig (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-cli\lib\webpack-cli.js:1454:35)
at async WebpackCLI.createCompiler (D:\Dev\VSCode\JavaScript\<project>\node_modules\webpack-cli\lib\webpack-cli.js:1785:22)
The text was updated successfully, but these errors were encountered:
How Do We Reproduce?
I've just installed this plugin and followed the tutorial under "Usage". I'm using a merged webpack configuration using
webpack-merge
version 5.8.0 and environment variables. My command looks like this:and my configuration looks like this:
Expected Behavior
I'm only testing out the plugin. So it should successfully compile.
Actual Behavior
The text was updated successfully, but these errors were encountered: