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.

Error: Requiring external module coffee-script/register

See original GitHub issue

When gulp starts up, it brings up this error: Requiring external module coffee-script/register. I looked around to solve this error, but have not been able to. I made sure coffee-script is local in node_modules and have tried different versions of node to see if that would nail it down. So this happens before a Gulpfile.coffee is even loaded. gulp 3.9.1 and npm 2.14.20

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
artelsecommented, Oct 31, 2016

@phated @contra But what if it just said Loaded required module.. than there is no doubt about its meaning. For gulp newbies and non-natives like myself, it’ll be very helpful.

1reaction
phatedcommented, Oct 31, 2016

@contra this is in gulp CLI, not liftoff. Also, it is red when it says “failed” but I think that is proper. The message from the original issue is a success and it is colored the same as the rest of the output. I see nothing to change here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't require coffee-script in the node - Stack Overflow
The registered module name is coffee ; just do var cs = require('coffee');.
Read more >
coffee-register - npm
require CoffeeScript files on-the-fly without precompilation up to 2000% ... Start using coffee-register in your project by running `npm i ...
Read more >
Error: Failed to load external module coffee-script/register,coffee-script
Coffeescript is installed in the local node-modules. If I open a node repl, I can require coffee-script register fine. Node is installed through...
Read more >
How to fix "ReferenceError: primordials is not defined" error
Are you getting a ReferenceError: primordials is not defined error message when trying to run gulp? Chances are you're on gulp v3 and...
Read more >
Error NPM global install cannot find module - Edureka
Hello @kartik,. I got this error Error: Cannot find module 'number-is-nan' whereas the module actually exists. It was due to a bad/incomplete ...
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