I'm having some issues building landmarks app. I'm receiving a wall of warnings and error messages so it's unclear to me what is the precise source of problems.
Here are my steps:
git clone https://github.com/menpo/landmarker-app.git
cd landmarker-app/
npm install
npm run submodule
npm run build
The error log (output of npm run build) is attached. To give you a taste, the last four errors are:
ERROR in ./app/ts/app_intro.ts
/Users/ruslan/dev/landmarker-app/app/ts/app_intro.ts(7,9): error TS2305: Module '"*.json"' has no exported member 'version'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'es6-promise'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'node'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'webvr-api'.
build_log.txt
I'm having some issues building landmarks app. I'm receiving a wall of warnings and error messages so it's unclear to me what is the precise source of problems.
Here are my steps:
git clone https://github.com/menpo/landmarker-app.git
cd landmarker-app/
npm install
npm run submodule
npm run build
The error log (output of
npm run build) is attached. To give you a taste, the last four errors are:ERROR in ./app/ts/app_intro.ts
/Users/ruslan/dev/landmarker-app/app/ts/app_intro.ts(7,9): error TS2305: Module '"*.json"' has no exported member 'version'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'es6-promise'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'node'.
ERROR in /Users/ruslan/dev/landmarker-app/tsconfig.json
error TS2688: Cannot find type definition file for 'webvr-api'.
build_log.txt