Closed Toltar closed 9 years ago
This doesn't look like a wat
problem. Try re-installing NPM.
Yeah, I'd have to agree with @Qix- haven't seen that before. Let me know if you still have trouble after reinstalling NPM and maybe node.
No, it's wat
. Happens because you cant use a question mark in Windows filenames. So this binary name is the problem:
"bin": {
"?": "./bin/index.js",
"wat": "./bin/index.js"
}
aha! good catch
Oh ok so basically just that the file name in the binary somehow needs to be fixed.
that's just my package.json I thought i'd be fancy and make '?' a binary command. I felt like I was cheating somehow, and I was right!
You could instead advise *nix users who want the "?" name to create an alias.
Aha, yes definitely cheating. That's going to be pretty standard across systems.
Alternatively, suggest making an alias on *nix systems in your .bashrc or .zshrc, etc. in your readme.
alias ?=wut
:kimono: @vweevers beat me to it
Okay this is fixed - Windows build show work now. @Toltar @vweevers if you want to try it out.
Hello you have an intresting project that would be awesome for me to contribute. Though I am having trouble installing it or installing it correctly as seen here:
Any ideas of why I am receiving these errors? Would it be more appropriate to put this issue on npm?