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 in path: 'is-dev'

See original GitHub issue

Hey Alec, nice work! I’ve been playing around with this and first impressions it seems significantly more performant than mobx. However, I’ve been using version 0.6 because higher versions get the following error Could not find module in path: 'is-dev' relative to '/node_modules/wana/dist/wana.cjs.js'. Would be possible to take a look when you get a moment?

It also looks like it’s possible to used derived outside of react, in the following way. Is that correct?

import { o, derived, auto } from 'wana'
let count = o(1);
const multiplied = derived(() => count * 10, [count])
  auto(() => {
    console.log('multiplied:', multiplied())
  })

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:29 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
ryanking1809commented, Nov 18, 2019

Oh that makes sense. Thankyou!

0reactions
aleclarsoncommented, Nov 19, 2019

No prob. I’m gonna lock this thread so other curious people can find your future questions via search. 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Could not find module in path" error even though installed
I have the npm module analytics installed but I'm seeing the following error in a new React CodeSandbox. Could not find module in...
Read more >
node.js, Error: Cannot find module 'express' - Stack Overflow
It says. Cannot find module 'express'. Do you have express installed? If not then run this. npm install express. and run your program...
Read more >
Standalone Build Error (Merge Module NOT Found)
Hello, I have a problem with the standalone build tool. I am using InstallShield 2008 Premier... There is an integrated standalone build ...
Read more >
Path::IsDev - MetaCPAN
DESCRIPTION. This module is more or less a bunch of heuristics for determining if a given path is a development tree root of...
Read more >
Specifying the Directories that Contain Merge Modules
InstallShield checks each path that is listed in the per-user setting on the Merge Modules tab. The paths are saved in the following...
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