-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Cant find promise + typings is not installed + configure ngrx errors #1723
Comments
@stavalfi what version of npm are you using? |
npm: 3.10.3 |
Also, the CLI uses typescript 2.0 features and I'm not sure if webstorm has support yet. For some reason if an IDE's version of typescript doesn't support a field in |
Thank for the quick repley @clydin.
Many thanks, |
@types is used instead of typings, and yes webstorm supports typescript but which version? for example in vscode you have to edit your workspace settings to point to the locally installed version of TS |
also the ngrx issue may be tied to sourcemaps in the ngrx projects. I am using it in mine and I get a warning but the app compiles and works fine |
@deebloo Can you tell what do add or to upload your initial project? |
There's two parts to this issue:
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
win 7 64 bit
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:angular-cli 1.0.0-beta 11-webpack.2
node: 4.4.7
npm : 3.10.3
os:win32 x64
do on your code? etc.
First I installed angular cli : 'npm install -g angular-cli@webpack' and then I created the project using 'ng new app-name'.
# I post a very detailed question on stackoverflow with all the errors and what I tyied to do.
http://stackoverflow.com/questions/38980180/how-to-configure-angular-cli-project-for-rc5
I can't develope anything with all those errors.
Any help will be great!
The text was updated successfully, but these errors were encountered: