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.

Could not find module `fast-memoize`

See original GitHub issue

Could not find module fast-memoize imported from ember-intl/-private/formatters/-format-datetime Error: Could not find module fast-memoize imported from ember-intl/-private/formatters/-format-datetime

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
buschtoenscommented, Sep 16, 2020

What version of ember-intl are you using? v5.5.0?

I suspect that you have an outdated version of ember-auto-import lingering around in your project. Can you try deeply upgrading ember-auto-import to the latest version please?

3reactions
csprocket777commented, Feb 18, 2021

I’m encountering this issue right now and have the latest version of ember-auto-import installed and forced via a resolution entry.

Versions:

  • ember-auto-import: 1.10.1
  • ember-intl: 5.6.2
Read more comments on GitHub >

github_iconTop Results From Across the Web

fast-memoize - npm
This library is an attempt to make the fastest possible memoization library in JavaScript that supports N arguments.
Read more >
v1.10.1 seems to cause issues when blacklisting an addon #344
Could not find module "fast-memoize" imported from "ember-intl/-private/formatters/-format-datetime"; Next, downgrade ember-auto-import to ...
Read more >
How do I resolve "Cannot find module" error using Node.js?
Using npm install installs the module into the current directory only (in a subdirectory called node_modules ). Is app.js located under ...
Read more >
Fix error: cannot find module 'x' in Node.js or 'express'
A quick fix to the error-cannot find module is to try and install all the presented module in your terminal correctly. Navigate to...
Read more >
Memoize - Make functions faster by trading space for time
`Memoizing' a function makes it faster by trading space for time. It does this by caching the return values of the function in...
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