atom-in-orbit icon indicating copy to clipboard operation
atom-in-orbit copied to clipboard

Putting Atom in the browser

Results 13 atom-in-orbit issues
Sort by recently updated
recently updated
newest added

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...

Really looking forward web based atom.....

I'm building `atom-in-orbit` and cloned the [Atom](https://github.com/atom/atom) repo and have checked out the version in my config.json (`git checkout f7d3f0210bf6ff1b4193d8a8b8a54c199b561bc2` in my case). As `atom-in-orbit` needs `atom/node_modules/command-palette` I've run `apm...

> npm run build > [email protected] build D:\dev\atom-in-orbit > node ./scripts/build.js child_process.js:513 throw err; ^ Error: spawnSync patch ENOENT at exports._errnoException (util.js:1022:11) at spawnSync (child_process.js:468:20) at execFileSync (child_process.js:505:13) at Object....

I'm getting the following error ``` /var/www/html/atom/atom-in-orbit> npm run build > [email protected] build /var/www/html/atom/atom-in-orbit > node ./scripts/build.js child_process.js:506 throw err; ^ Error: Command failed: patch /var/www/html/atom/atom/src/atom-environment.coffee /var/www/html/atom/atom-in-orbit/scripts/patches/src/atom-environment.coffee.patch at checkExecSyncError (child_process.js:483:13)...

``` npm run build > [email protected] build /Users/stephane/tests/atom-in-orbit > node ./scripts/build.js module.js:471 throw err; ^ Error: Cannot find module 'fs-plus' at Function.Module._resolveFilename (module.js:469:15) at Function.Module._load (module.js:417:25) at Module.require (module.js:497:17) at...

C:\Users\d7\atom-in-orbit>yarn build yarn build v0.18.1 $ node ./scripts/build.js C:\Users\d7\atom-in-orbit\scripts\config.js:17 throw e; ^ SyntaxError: Unexpected token U in JSON at position 21 at Object.parse (native) at Object. (C:\Users\d7\atom-in-orbit\scripts\config.js:12:21) at Module._compile (module.js:556:32)...

As the issue suggests. It would be useful to create a Docker image for this project.