-
Notifications
You must be signed in to change notification settings - Fork 12k
NG new Typings Error #1092
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
As an extra bit of information, I do have typings installed:
EDIT: It seems to install just fine. |
Windows 7 gives me a slightly different error, but the main cause is the same. This is a clean install of Node 6.2.1 with npm 3.9.3. Installed Node, then npm install -g angular-cli Command
Running ng --version gives error: Error: Cannot find module 'ember-cli/lib/utilities/find-build-file' All ng (ng --version, ng serve, ng test) return the same error. Everything was installed under npm in the Windows Command window running as an Administrator with the shortcut being executed as Run as Adminstrator from the right click menu. |
I'm also getting this error when upgrading my existing repo from beta.5 to beta.6 following the update guide. I'm unsure how to proceed. OS: Ubuntu 14.04
Output:
|
Hi Blasz, I was having a similar issue on Ubuntu when I ran ng serve so I downloaded Windows 10 instead and still encountered the same problem. After all that, I realised it's definitely an issue with the CLI and not the desktop. The CLI is still in beta and it's also something to do with running the latest version of node v6 2.1. I'm building the boilerplate from scratch now on the main angular.io docs but it would be good to use angular material with it which I currently cannot do. |
I'm looking into this now. |
This is a reported issue with the It will need an upgrade of that project to fix the error, and we'll make a new CLI release including that and rc2. Meanwhile I only have two solutions to the issue:
|
Installing Typings globally, and then running in the GIT BASH shell fixed my 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. |
ng --version
. If there's nothing outputted, pleaserun in a Terminal:
node --version
And paste the result here.
angular-cli: 1.0.0-beta.6
node: 6.2.1
os: linux x64
do on your code? etc.
ng new TestApp
more information.
The text was updated successfully, but these errors were encountered: