SnippetStore icon indicating copy to clipboard operation
SnippetStore copied to clipboard

Install the app question

Open EdenChow opened this issue 5 years ago • 10 comments

I use the MacOS system,but I don't know how to do it,could you give me a user's guide?

EdenChow avatar Jan 10 '19 02:01 EdenChow

Hi @EdenChow , thank you for interested in SnippetStore. I currently don't have a mac so mac users will have to build the app from source. Here're the steps:

  1. Clone this project and navigate to it
git clone https://github.com/ZeroX-DG/SnippetStore.git
cd SnippetStore
  1. Install dependencies and build the app
npm i
npm run dist:mac

After that, you can find the executable file in the dist folder.

ZeroX-DG avatar Jan 10 '19 03:01 ZeroX-DG

Thank for your reply, Step one,I do success,and cd Snippetstore folder.but show error -bash: npm: command not found when step two. follow this pic: 5933bf5d-60fa-4c34-bf8e-fb666729693d

EdenChow avatar Jan 10 '19 06:01 EdenChow

do you have nodejs installed ?

ZeroX-DG avatar Jan 10 '19 06:01 ZeroX-DG

Is nodejs software ? I didn't has install it.

EdenChow avatar Jan 11 '19 07:01 EdenChow

this pic with file when install url : https://github.com/ZeroX-DG/SnippetStore.git.According your point,I must install the other sofeware nodejs ?

EdenChow avatar Jan 11 '19 07:01 EdenChow

17e52e4e-1aae-4ba2-8f55-b800dd80d48b

EdenChow avatar Jan 11 '19 07:01 EdenChow

@EdenChow You can download NodeJS here: https://nodejs.org/en/ . You can download the recommended version and install it. After that, the npm command should available in your machine.

ZeroX-DG avatar Jan 11 '19 07:01 ZeroX-DG

ths,I try it right now.

EdenChow avatar Jan 11 '19 07:01 EdenChow

@EdenChow I have build a mac version ,there is download url

echowxsy avatar Feb 18 '20 01:02 echowxsy

Very useful information, but it fails in new MacBook Air M1...it reports:

Error: Node Sass does not yet support your current environment: OS X Unsupported architecture (arm64) with Unsupported runtime (88)

iwuwu avatar Jan 24 '21 10:01 iwuwu