muffin-cli icon indicating copy to clipboard operation
muffin-cli copied to clipboard

`muffin new` does not work

Open Jeff-Tian opened this issue 8 years ago • 4 comments

Just exit silently without doing nothing.

Last login: Mon Jul  4 15:05:54 on ttys002
denmasarus-MacBook-Pro:~ tianjie$ muffin new
denmasarus-MacBook-Pro:~ tianjie$ 

Jeff-Tian avatar Jul 04 '16 07:07 Jeff-Tian

+1

mtclmn avatar Jul 08 '16 20:07 mtclmn

Is this still an issue? which version of muffin were you using?

kunni80 avatar Sep 29 '16 18:09 kunni80

@kunni80 I think it fixed the silent exit issue, but now I get Error: Cannot find module 'mkdirp' when running muffin new. I checked and mkdirp is in node_modules. Not sure what I'm missing...

mtclmn avatar Sep 30 '16 15:09 mtclmn

I've got on Windows 7x64

muffin\cli\node_modules\args\dist\index.js:329
      throw err;
      ^

Error: spawn index-new ENOENT
    at exports._errnoException (util.js:870:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:178:32)
    at onErrorNT (internal/child_process.js:344:16)
    at nextTickCallbackWith2Args (node.js:441:9)
    at process._tickCallback (node.js:355:17)
    at Function.Module.runMain (module.js:444:11)
    at startup (node.js:136:18)
    at node.js:966:3

kifirkin avatar Oct 10 '16 15:10 kifirkin