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.

Uncaught ReferenceError: require is not defined

See original GitHub issue

How I tried to solve:

I installed requirejs 2.3.2 and later 2.2.0.

The error persists.

PS: Isn’t this supposed to be present in the package.json? Or am I missing something?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
egoistcommented, Dec 27, 2016
0reactions
egoistcommented, Dec 27, 2016

never mind, so I’m closing this 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Client on Node.js: Uncaught ReferenceError: require is not ...
However, require is not defined on the client side, and it throws an error of the form Uncaught ReferenceError: require is not defined...
Read more >
ReferenceError: require is not defined in JavaScript
To solve the "ReferenceError require is not defined" error, remove the type property if it's set to module in your package.json file and...
Read more >
ReferenceError: require is not defined in JavaScript
The "ReferenceError: require is not defined" error occurs when the require function is used in a JavaScript file that is intended to be ......
Read more >
How To Fix ReferenceError require is not defined in ...
In this case, check your package.json file for an property called type . If that is set to module , ES6 modules will...
Read more >
Javascript - How to fix ReferenceError: require is not defined
This usually happens because your JavaScript environment doesn't understand how to handle the call to require() function you defined in your ...
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