sysgears / spinjs

SpinJS is now Zen! The project has been renamed and moved to Larix Framework.
https://github.com/sysgears/larix/tree/master/packages/zen
MIT License
43 stars 8 forks source link

How to contribute and build #4

Closed verdverm closed 6 years ago

verdverm commented 6 years ago

I'm getting errors when I clone and try to yarn build

$ tsc --version
message TS6029: Version 1.5.3
$ yarn build
yarn run v1.9.4
$ tsc
error TS5023: Unknown compiler option 'lib'.
error TS5023: Unknown compiler option 'moduleResolution'.
error TS5023: Unknown compiler option 'allowSyntheticDefaultImports'.
error TS5023: Unknown compiler option 'pretty'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Also thinking about docs for this repo for contributing.

larixer commented 6 years ago

@verdverm I'm not sure why you are getting these, but you are mixing global tsc and locally installed tsc in your issue report. Locally installed tsc is used by yarn build, if you want to check its version run it inside some custompackage.json script.

larixer commented 6 years ago

@verdverm After cloning, did you install dependencies by executing yarn ?

verdverm commented 6 years ago

no....