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 read property 'acequire' of undefined

See original GitHub issue

Hey,

Thanks for the library. I’m trying to use this with webpack (I’m really just trying to put it in a barebones app created with create-react-app). Looking at your webpack example I can’t find any differences that would be causing this error, but maybe I am missing something obvious. Screenshots of the error attached below

screen shot 2016-10-05 at 1 06 04 pm screen shot 2016-10-05 at 1 06 09 pm

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
missing1984commented, Jan 24, 2018

Ran into the same issue. ‘brace’ rely on global variable (window.ace) and it will fail if there’s already a window.ace variable on the page. Make sure you only import ace once.

2reactions
garetmckinleycommented, Oct 13, 2016

+1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'acequire' of undefined #230 - GitHub
Problem I am getting this same issue (RE: #141, #179, #187 ) on V5.0.1. I've destroyed node_modules, cleared yarn cache, reinstalled modules ...
Read more >
Cannot read property 'acequire' of undefined - Stack Overflow
TypeError : Cannot read property 'acequire' of undefined ... I can't share my source code but, I am importing AceDiff in my component...
Read more >
cannot read property '700' of undefined - You.com - You.com
What operating system are you using? Windows. Describe your issue. I just updated Tailwind CSS to v3 and updated the related plugins. Then...
Read more >
Building a JS Video App: Recommendations and Best Practices
TypeError, 1. Cannot read property 'getUserMedia' of undefined 2. navigator.mediaDevices is undefined, Your app is being served from a non-localhost non-secure ...
Read more >
TypeError: Cannot read property 'split' of undefined
TypeError : Cannot read property 'split' of undefined at Array. ... 'can acquire one here: http://openweathermap.org/appid');
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