Atom IDE

Chris via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Wed Sep 2 03:36:36 PDT 2015


On Thursday, 30 July 2015 at 22:18:20 UTC, WebFreak001 wrote:
> We (me and Wild) are currently working on a plugin for atom 
> that should take over the job of everything for D. Right now we 
> have already added snippets, syntax highlighting (from 
> atom-language-d) and auto complete using DCD.
>
> If you would like to try it or to help us just get it from 
> here: https://github.com/Vild/atomize-d
>
> Full TODO: https://trello.com/b/eR18xRBz/atomize-d

I got this error message:

[Enter steps to reproduce below:]

1. ...
2. ...

**Atom Version**: 1.0.10
**System**: Ubuntu 14.10
**Thrown From**: [atomize-d](https://github.com/atom/atomize-d) 
package, v0.1.0


### Stack Trace

Failed to load the atomize-d package

```
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)

```




More information about the Digitalmars-d-ide mailing list