Atom IDE

Wild via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Sep 4 01:26:30 PDT 2015


On Wednesday, 2 September 2015 at 10:36:38 UTC, Chris wrote:
> I got this error message:
>
> ```
> At Cannot find module 'semver'
>
> Error: Cannot find module 'semver'
>     at Module._resolveFilename (module.js:328:15)
>     at Function.Module._resolveFilename 
> (/usr/share/atom/resources/app.asar/src/module-cache.js:383:52)
>     at Function.Module._load (module.js:270:25)
>     at Module.require (module.js:357:17)
>     at require (module.js:376:17)
>     at Object.<anonymous> 
> (/home/christoph/.atom/packages/atomize-d/lib/dub-config.coffee:3:10)
>     at Object.<anonymous> 
> (/home/christoph/.atom/packages/atomize-d/lib/dub-config.coffee:1:1)
>     at Module._compile (module.js:452:26)
>     at Object.defineProperty.value [as .coffee] 
> (/usr/share/atom/resources/app.asar/src/compile-cache.js:169:21)
>     at Module.load (module.js:347:32)
>
> ```
Run "apm install" in the atomize-d directory, then it should 
install all the dependencies.


More information about the Digitalmars-d-ide mailing list