You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to the angular world and I'm trying to find a way to contribute to the project but when I follow the development steps from the DEVELOPMENT.md to build the project, I get the following error.
C:\Users\cooly\Desktop\material2-master>gulp material:build-release
C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:307
throw new TSError(formatDiagnostics(diagnosticList, cwd, ts, lineOffset))
^
TSError: ⨯ Unable to compile TypeScript
tools\gulp\tasks\lint.ts (90,24): Property 'red' does not exist on type 'typeof "C:/Users/cooly/Desktop/material2-master/node_modules/@types/gulp-util/node_modules/chalk/...'. (2339)
at getOutput (C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:307:15)
at C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:336:16
at Object.compile (C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:498:11)
at Module.m._compile (C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:392:43)
at Module._extensions..js (module.js:579:10)
at Object.require.extensions.(anonymous function) [as .ts] (C:\Users\cooly\Desktop\material2-master\node_modules\ts-node\src\index.ts:395:12)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
What are the steps to reproduce?
I just downloaded the repo from GitHub
Unzipped the project
Followed the steps from the DEVELOPMENT.md to try to build the project.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 2 beta
Angular: Repo Angular Version
OS: Windows 10
Typescript: 2.4.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Material 2 produces a release build.
What is the current behavior?
I'm new to the angular world and I'm trying to find a way to contribute to the project but when I follow the development steps from the DEVELOPMENT.md to build the project, I get the following error.
What are the steps to reproduce?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 2 beta
Angular: Repo Angular Version
OS: Windows 10
Typescript: 2.4.2
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: