Matt DesLauriers

Results 224 comments of Matt DesLauriers

Thanks for testing! Looks like it may be a Windows issue. I will test on my PC.

Have you tried a more recent version of node/npm? e.g. node 6.2 and npm 3.8.

It looks to be a permissions problem, possibly in the [electron-prebuilt](https://github.com/electron-userland/electron-prebuilt) module or possibly because you don't have adequate permission when running the install command.

Can you please test with latest version, `1.10.0`. I've added better handling of source maps and also an option to disable generation altogether (`--no-source-maps`). To update: ``` sh npm i...

It would be cool if `-r` included script(s) to be required, this might allow your use case to be supported. For reference, see: https://github.com/Jam3/devtool/issues/1

I just pushed the `-r` flag which should allow you to require some module/script before running devtool. Examples: ``` sh devtool app.js -r babel-register devtool app.js -r ./my-prelude.js -r ./another-prelude.js...

Cool, I can add this as a "Gotcha" to the readme until we figure out a better fix. :smile:

@molokoloco are you still getting this on the latest version? We updated to the newest Electron. You can update like this: ``` sh npm i devtool -g ```

Thanks, what version are you using? `devtool -v`

You can use `Ctrl + P` to search files pretty quickly. Its strange, though. Folders show up on OSX, so maybe it's an Electron bug?