-
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
Cannot find module '@angular/tsc-wrapped/src/tsc' #3183
Comments
what does |
same problem here, same error on Windows 10, Node: v4.6.1 FIXED: fixed updating npm using: |
@Jaco97 I got the same issue tried ur fix but not working for me still showing the same issue. |
@iaashish i was facing issue - tried following and it worked |
@snagar78 tried, it was working... tq |
Thanks Snagar78 Your tips helped me as well 👍 dir |
@snagar78 Thanks, worked well:) |
Its not working for me Error: |
@tauqeer81 did you try these steps? and launched command prompt as administrator in windows and use sudo in mac ? |
None of these solutions worked for me... |
Same here :-( Sorry for the late reaction. for me the "npm install @angular/tsc-wrapped autoprefixer" part worked, i quess |
Someone please help... :( |
Huzzah! I was running Now BTW- after updating npm I also had to delete the node_modules folder and rerun Hope this works for you too @jvdboom :) |
npm install npm@latest -g Then followed @JimTheMan advice to delete the node_modules folder. npm install went through successfully! |
I had the same kind of problem using CircleCI. Tried a few different things. I got it to work eventually by installing the missing dependencies by hand in circle.yml. It's odd that this works without any problems on my Mac. I don't have the time to research this more, but my feeling is that something isn't correctly installed on some systems. Apparently the
Maybe someone with some more in-depth knowledge can look into this? I assume this is isolated to angular-cli, not a general problem with angular or tools involved. |
Closing as this doesn't happen anymore AFAIK. The original problem was with a bad release I believe. @bastibense I have seen installs not actually installing all the packages, but not too sure what causes it. Our bet at the moment is that on system that can build native libs, that might fail and leave the repo incomplete. It's an issue with |
I am also having the same problem my specifications are: |
Try this: worked for me. |
I have tried the above installation i m having this errors: "This is most likely not a problem with npm itself. |
|
Thanks |
Same problem for me on Ubuntu Linux OS. Here's some OS, Node and npm version info: OS: Linux 16.04 |
I'm having this issue using the Ionic Dashboard after i imported these packages:
It doesn't happen in local but when i upload to the dashboard so i can easily test my app it throws the following error;
|
Doing "npm install @angular/tsc-wrapped autoprefixer" as @snagar78 said fixed the issue :) |
Thank you! Are "tsc-wrapped" and "autoprefixer" now required for using Ionic CLI? This seems odd. |
@bidwej I think it might be? My build script just started failing with the most recent update. After running that, it introduced a whole slew of additional errors |
@snagar78 Thank you, "npm install @angular/tsc-wrapped autoprefixer" worked for me as well. I had the same error when trying to build my ionic project on android. |
thanks @GabrielBB it works |
@GabrielBB I was getting an error while trying to install those two packages. I had just upgraded to
|
Hy, I just run this command, and it's worked: |
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. |
OS?
Mac OsX 10.11.6
Versions.
ng --version gives this error: Cannot find module '@angular/tsc-wrapped/src/tsc'
Repro steps.
Mention any other details that might be useful.
Followed the tutorial to update cli. Now it is broken on all ng commands...
The text was updated successfully, but these errors were encountered: