webcodesk / webcodesk-srv

Webcodesk - Web App Builder for Create React App
GNU General Public License v3.0
599 stars 75 forks source link

$ npx @webcodesk/init example Expected single character argument. #2

Closed jamesdwilson closed 5 years ago

jamesdwilson commented 5 years ago
$ npx @webcodesk/init example
Expected single character argument.
jamesdwilson commented 5 years ago

On Mint 19,

Linux james-work-laptop 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ npm -v
6.11.3
$ node -v
v10.16.3
ipselon commented 5 years ago

@jamesdwilson,

Thanks for finding this. It seems that when we start npx @webcodesk/init, npx tries to run init service in Linux OS.

I published another module for Webcodesk initialization to avoid this collision. Please try to run the command:

npx @webcodesk/install-webcodesk <project-dir>