Closed MCSH closed 6 years ago
Hey, thanks for reporting. By flag you mean the --trace-deprecation
flag? It's ok to remove it, I just forgot it there after debugging 😌
Version 1.0.1 is now fixing this problem. You can already update using npm. Thanks for reporting!
Thank you for solving this so quick!
Running
snc
for the first time, I always got the following error:/usr/bin/env: ‘node --trace-deprecation’: No such file or directory
After banging my head on the wall for a couple of times, I realized the problem is the shebang on the main file. temporarily removing the flag fixed the issue for me, but that is not a real solution. What could be done?
Thanks in advance!