System Error when running Ganache 2.0.0 on win32
See original GitHub issueI tried to create a new work space in Ganache and it said this when i added a project and saved the workspace.
PLATFORM: win32 GANACHE VERSION: 2.0.0
EXCEPTION:
SyntaxError: Unexpected token k in JSON at position 0
at JSON.parse (<anonymous>)
at Pipe.channel.onread (internal/child_process.js:468:28)
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
System Error when running Ganache 2.0.0 on win32 #1184 · GitHub
Use this file to configure your truffle project. It's seeded with some. * common settings for different networks and features like migrations,.
Read more >Windows Ganache install Errors - Ethereum Stack Exchange
I'm attempting to install ganache via npm install ganache from my windows machine using PowerShell. Upon execution, a list of errors is ...
Read more >ganache-cli - npm
Ganache CLI uses ethereumjs to simulate full client behavior and make developing Ethereum applications faster, easier, and safer. It also ...
Read more >truffleframework - Bountysource
System Error when running Ganache 2.5.4 on win32 $ 0. Created 1 month ago in trufflesuite/ganache with 0 comments. PLATFORM: win32. GANACHE VERSION:...
Read more >Ganache Install File System Error Solution Windows 10
Solve File System Error while Installing Ganache in Windows 10. Use Add-AppxPackage -Path .\ Ganache -2.4.0-win-x64.appx command to Install ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran into this same error. Please find my truffle-config.js in this gist: https://gist.github.com/imdario/be9821fa2ec58de40bf6b8b79f13f7a0
This config was generated using
truffle init
and it wasn’t edited in any way.This should now be fixed in our latest beta: https://github.com/trufflesuite/ganache/releases/tag/v2.0.1-beta.0 Let me know if you have any issues or if the fix doesn’t work for you.