Robinfr / electron-react-typescript

Electron boilerplate with React, Redux, and TypeScript
MIT License
432 stars 85 forks source link

seeing error when running npm run start-main-dev #3

Closed prabak closed 6 years ago

prabak commented 6 years ago

On Windows 10, I was able to run the app successfully. However, I am seeing the following in the log for the npm run start-main-dev command. Here is the output:

{ Error: spawn C:\Users........\dist\7zip-lite\7z.exe ENOENT at exports._errnoException (util.js:1050:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:367:16) at _combinedTickCallback (internal/process/next_tick.js:80:11) at process._tickCallback (internal/process/next_tick.js:104:9) code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn C:\Users\..........\dist\7zip-lite\7z.exe', path: 'C:\Users\.............\dist\7zip-lite\7z.exe', spawnargs: [ 'x', 'C:\Users\.......\AppData\Roaming\Electron\extensions\lmhkpmbekcpmknklioeibfkpmmfibljd.crx', '-y', '-oC:\Users\......\AppData\Roaming\Electron\extensions\lmhkpmbekcpmknklioeibfkpmmfibljd' ] }

Any idea what this is about?

feafarot commented 5 years ago

What was the solution?

GuillaumeDesforges commented 5 years ago

It is still an issue. A solution would be helpful.

To reproduce the error, all I did was clone the repo, yarn install and yarn start-dev.

Robinfr commented 5 years ago

I've been working on updating all of the depencies. Hopefully that will be released next week and will solve this problem for you.

Robinfr commented 5 years ago

The update has been released, try using that instead and let me know if it helps you out!