-
Notifications
You must be signed in to change notification settings - Fork 26
TypeError: ts.convertCompilerOptionsFromJson is not a function #1
Comments
My current Typescript version installed on my laptop : |
I've deinstalled my global npm installation of typescript. To rule out that that's used with me locally. But even without that installed it runs fine with me. It should be possible to verify this using a Play integration test from CI. But that will be a bit of fiddling. From the stack trace I notice that it starts at node.js. |
I added I have a good news for you : I asked a colleague that never played with TypeScript nor Angular2 and this sample just works with sbt version So it must come from my setup. I will try to clean my ivy folder and try again. I let you know my progress. |
Still the same issue for me on MacOS. My colleague is on Windows. What is your OS? |
Issue fixed on my MacOS. I had to uninstall my locally installed typescript with I tried to reinstalled typescript to see if there is any conflict by doing Not sure what was wrong with my current typescript version installed globally. I'll closer now at the plugin :) |
That's surprising Maxence... Keep me informed. My colleagues tried the template as well. They could run it from activator, but couldn't from sbt... |
Well for me activator and sbt both work now and I have typescript reinstalled (from npm). Not sure if I can reproduce the issue now. What error your colleagues got? |
I'm glad it's working for you. |
Fyi : I tried with |
Cool. I guess this isssue is solved then. |
Hi,
I'm very interested by this plugin.
Running the sample I get :
The text was updated successfully, but these errors were encountered: