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
Hi!
I am trying to build this on Windows, but npm run build fails with this error.
error in ./src/main.js
Module build failed (from ./node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 0)
Cannot read config file: C:\Users\maden\Downloads\obs-tablet-remote-master\obs-tablet-remote-master\.eslintrc.js
Error: Unexpected token {
at PoolWorker.fromErrorObj (C:\Users\maden\Downloads\obs-tablet-remote-master\obs-tablet-remote-master\node_modules\thread-loader\dist\WorkerPool.js:262:12)
at C:\Users\maden\Downloads\obs-tablet-remote-master\obs-tablet-remote-master\node_modules\thread-loader\dist\WorkerPool.js:204:29
at mapSeries (C:\Users\maden\Downloads\obs-tablet-remote-master\obs-tablet-remote-master\node_modules\neo-async\async.js:3625:14)
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:616:28)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (C:\Users\maden\Downloads\obs-tablet-remote-master\obs-tablet-remote-master\node_modules\xo\node_modules\fs-extra\lib\mkdirs\index.js:3:44)
@ multi ./src/main.js
Any idea how it can be fixed?
The text was updated successfully, but these errors were encountered:
Hi!
I am trying to build this on Windows, but
npm run build
fails with this error.Any idea how it can be fixed?
The text was updated successfully, but these errors were encountered: