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
and following error occurs, I tried a lot of think from google, but looks like file is not seen by webpack or something. I checked build/Release/node_activex in node_modules and those files are there.
Uncaught Error: Cannot find module './build/Release/node_activex' at webpackMissingModule (activex.js:1) at Object../node_modules/winax/activex.js (activex.js:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100) at Object../node_modules/winax/index.js (index.js:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100) at Module../src/app/core/Subiekt.ts (Subiekt.ts:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100)
I've tried commands from winax and electron docs like electron-rebuild, installing windows-tools ect., but without any result.
The text was updated successfully, but these errors were encountered:
System info:
yarn:
1.22.10
node:
14.15.0
npm:
6.14.5
system:
windows 10 64bit
I just fetched: https://github.com/codesbiome/electron-react-webpack-typescript-2020
then run:
yarn add winax
then import in
app.tsx
then add in
app.tsx
following linerequired("winax")
(orimport "winax"
)and following error occurs, I tried a lot of think from google, but looks like file is not seen by
webpack
or something. I checkedbuild/Release/node_activex
innode_modules
and those files are there.Uncaught Error: Cannot find module './build/Release/node_activex' at webpackMissingModule (activex.js:1) at Object../node_modules/winax/activex.js (activex.js:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100) at Object../node_modules/winax/index.js (index.js:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100) at Module../src/app/core/Subiekt.ts (Subiekt.ts:1) at __webpack_require__ (bootstrap:789) at fn (bootstrap:100)
I've tried commands from
winax
andelectron
docs likeelectron-rebuild
, installingwindows-tools
ect., but without any result.The text was updated successfully, but these errors were encountered: