Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer working. Does not build #12

Open
andrewcheny opened this issue Jun 13, 2016 · 1 comment
Open

No longer working. Does not build #12

andrewcheny opened this issue Jun 13, 2016 · 1 comment

Comments

@andrewcheny
Copy link

Got the error when run npm run build:

ERROR in ./src/app.ts
Module build failed: TypeError: compiler.parseConfigFile is not a function
at ensureTypeScriptInstance (/home/andrew/angularprj/angular2base/node_modules/ts-loader/index.js:147:38)
at Object.loader (/home/andrew/angularprj/angular2base/node_modules/ts-loader/index.js:365:14)

Any ideas?

@goondu
Copy link

goondu commented Jun 23, 2016

force the typescript version in package.json to version 1.6.2, and run npm install again.
"typescript": "1.6.2",

You should be able to build thereafter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants