kreteshq / kretes

A Programming Environment for TypeScript & Deno
https://kretes.dev/
Other
676 stars 35 forks source link

MacOS support #64

Closed emilos closed 4 years ago

emilos commented 4 years ago

Does the framework require any other os specific deps to work?

emilos@Emils-MacBook-Pro emilos % huncwot new test-app
┌ Huncwot 0.54.0
├ new: creating project structure in test-app directory ...
└ new: installing dependencies with npm install ...
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.

gyp: No Xcode or CLT version detected!
No receipt for 'com.apple.pkg.CLTools_Executables' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLILeo' found at '/'.

No receipt for 'com.apple.pkg.DeveloperToolsCLI' found at '/'.

gyp: No Xcode or CLT version detected!
emilos@Emils-MacBook-Pro emilos % cd test-app 
emilos@Emils-MacBook-Pro test-app % huncwot start
sh: stmux: command not found
emilos commented 4 years ago

Ok, I figured it out... had to reinstall xscode and node-gyp

zaiste commented 4 years ago

@emilos there is also this strange thing with node-gyp that happens for some people. I've documented it here. I'm not sure if it was related.