question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find module 'ember-cli/lib/utilities/find-build-file'

See original GitHub issue

I installed latest cli via npm and try to generate a new project ng new new1 (windows). I get the following error:

Error: Cannot find module 'ember-cli/lib/utilities/find-build-file'
    at Function.Module._resolveFilename (module.js:325:15)
    at Function.Module._load (module.js:276:25)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
    at Object.<anonymous> (c:\temp\node_modules\angular-cli\lib\cli\index.js:48:31)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
rahil471commented, Jul 17, 2016

Never said it should be reopened @hansl It’s just that, reinstalling node isn’t the right solution to the problem. Need to get to the root why it is coming up.

0reactions
angular-automatic-lock-bot[bot]commented, Sep 7, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot find module 'broccoli-stew' #12993 - emberjs/ember.js
I'm getting the following error when trying to run npm test on this repo: Error: Could not require 'ember-cli-build.js': Cannot find module ...
Read more >
Ember CLI
i am trying to ember serve one app but it is throwing above error. I tried re-installing npm install. No Success. Please help....
Read more >
Ember-CLI: Cannot find module 'broccoli-static-compiler'Error
It means ember serve can't find the Node.js package broccoli-static-compiler . Broccoli provides the build pipeline for Ember CLI projects, ...
Read more >
Fix Global Installs Not Working | "Cannot find module" error FIX
Getting " Cannot find module " after installing something globally (with -g)? Well, this video shows you how to fix global package/module ...
Read more >
Cannot find module in node.js - YouTube
What's issue Cannot find module Just Type command in terminal or command prompt npm install package-nameThank's for watching Don't forget ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found