-
Notifications
You must be signed in to change notification settings - Fork 12k
@angular-cli 1.1.0 rc.1 not support baseUrl import ? #6451
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
Comments
I'm getting the same error having just upgraded to @angular-cli 1.0.5 1.0.4 is working fine. Something here? |
I have got this issue as well in my project, but it's look strange that, when I tried to reproduce this issue by creating new project, it doesn't show any error, and went well.... I'm using version 1.0.5 |
Seems like it is a regression on 1.0.4. I'll revert and do a re-release right away. |
This reverts commit 6da95cd. See angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451. This is a feature because we do not want it in 1.3.0
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451. This is a feature because we do not want it in 1.3.0
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451. This is a feature because we do not want it in 1.3.0
This reverts commit 6da95cd. See angular#6451.
This is a similar version of angular#5033. Reverted in angular#6463 because of issue angular#6451. This is a feature because we do not want it in 1.3.0
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. |
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.1.0-rc.1
node: 6.10.2
os: darwin x64
@angular/animations: 4.1.3
@angular/common: 4.1.3
@angular/compiler: 4.1.3
@angular/core: 4.1.3
@angular/forms: 4.1.3
@angular/http: 4.1.3
@angular/platform-browser: 4.1.3
@angular/platform-browser-dynamic: 4.1.3
@angular/router: 4.1.3
@angular/cli: 1.1.0-rc.1
@angular/compiler-cli: 4.1.3
@angular/language-service: 4.1.3
Repro steps.
ng new angular-new-cli
yarn install
new until.ts in app/
this is until.ts content export const TEST = 'test';
in app.component.ts import { TEST } from 'app/until';
The log given by the failure.
ERROR in ./src/app/app.component.ts
Module not found: Error: Can't resolve 'app/until' in '/Users/feng/ng/angular-new-cli/src/app'
@ ./src/app/app.component.ts 8:0-33
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi webpack-dev-server/client?http://localhost:4200 ./src/main.ts
Desired functionality.
@angular-cli 1.1.0 rc.0 -> 1.1.0 rc.1 not support baseUrl import ?
if have multi-level directory
how to do more elegant
Mention any other details that might be useful.
The text was updated successfully, but these errors were encountered: