1

I was trying to migrate a contract in windows, I am getting the following pop-up message.

enter image description here

I already installed truffle node module.

1 Answers1

1

This is known issue with Truffle with Windows. Or use PowerShell instead.

If that even not works, give a try with truffle.cmd migrate

Div
  • 371
  • 4
  • 17