noseglid / atom-build

:hammer: Build your project directly from the Atom editor
https://atom.io/packages/build
MIT License
248 stars 97 forks source link

Installation is hanging. #569

Open stibinator opened 5 years ago

stibinator commented 5 years ago

If I use apm install build the installation hangs. I'm on Windows10, through a network proxy (which apm is configured to use, it works fine with other packages, so I don't think it's the problem). Here's the log:

https://gist.github.com/stibinator/8c970ed989b704153299190a1fb3e3d0

sepiatonal commented 5 years ago

I'm experiencing the same problem, on Windows 7.

mienaikoe commented 5 years ago

experiencing the same problem on OSX

cs50AdverD commented 5 years ago

Same problem on Windows 10 Pro.

AlexHalbleib commented 5 years ago

Same problem here on Windows 7.

noseglid commented 5 years ago

I don't really have time to investigate at the moment, and this seems really urgent. Anyone willing to dig into what the root cause might be?

mathompl commented 5 years ago

damn, I've reinstalled platform.io due to console not working, and now I cant install it again :( (hangs on installing build)

ivankravets commented 5 years ago

https://github.com/platformio/platformio-atom-ide/issues/2059#issuecomment-415584717

seems to hang on getmac -> editions dependencies install

@noseglid could you remove/disable google analytics and dependency to https://github.com/noseglid/atom-build/blob/master/lib/google-analytics.js#L17 ? Please make a next hotfix release.

P.S: PlatformIO Users, please switch to PlatformIO IDE for VSCode

We will discontinue Atom package soon.

ynhhoJ commented 5 years ago

@noseglid How we can use 69.0 version? I tried to install manually, but it doesn't work...

noseglid commented 5 years ago

I have no idea what the root cause is. If it doesn't work with 0.69.0 either I guess that doesn't solve it...

ynhhoJ commented 5 years ago
rror: Cannot find module 'atom-package-deps'
    at Module._resolveFilename (module.js:543:15)
    at Module._resolveFilename (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\electron.asar\common\reset-search-paths.js:35:12)
    at Function.get_Module._resolveFilename (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\module-cache.js:354:58)
    at Module.require (file:///C:/Users/lJohh/AppData/Local/atom/app-1.30.0/resources/app.asar/static/index.js:40:43)
    at require (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\native-compile-cache.js:66:33)
    at Object.activate (file:///C:/Users/lJohh/.atom/packages/build/lib/build.js:16:5)
    at Package.activateNow (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:230:33)
    at measure (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:206:33)
    at Package.measure (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:88:25)
    at activationPromise.Promise (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:200:20)
    at new Promise (<anonymous>)
    at Package.activate (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package.js:198:38)
    at PackageManager.activatePackage (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package-manager.js:695:42)
    at config.transactAsync (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package-manager.js:670:36)
    at Config.transactAsync (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\config.js:866:28)
    at PackageManager.activatePackages (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package-manager.js:668:23)
    at PackageManager.activate (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\package-manager.js:647:50)
    at loadStatePromise.loadState.then (C:\Users\lJohh\AppData\Local\atom\app-1.30.0\resources\app\src\atom-environment.js:875:27)

This is on 69.0 (manual installation) error.

ynhhoJ commented 5 years ago

@noseglid , i think, if you can delete temporarily 0.70.0 release, we can try to install an 0.69.0 release...

jloow commented 5 years ago

When I tried to install it using apm install build --verbose, it got stuck at installing REQUEST emitting complete https://registry.npmjs.org/sprintf-js.

However, installing an older version using apm install build@0.69.0 worked.

ynhhoJ commented 5 years ago

@jloow , thank you, it's work for me!

NewcDukem commented 4 years ago

When I tried to install it using apm install build --verbose, it got stuck at installing REQUEST emitting complete https://registry.npmjs.org/sprintf-js.

However, installing an older version using apm install build@0.69.0 worked.

Started having this problem today after the Atom 1.39 update. I've tried using apm install build@0.69.0but I'm still hung up on "Atom Dependencies". Is there a step I'm missing?

Rixtyan commented 3 years ago

This fucking problem is still here.... Atom 1.53, win7, platformio, python3.8

I.. just want to build a little esp firmware, instead of it i spend around a week to try install broken software

FranklinBerger commented 3 years ago

P.S: PlatformIO Users, please switch to PlatformIO IDE for VSCode We will discontinue Atom package soon.

Ok, but is there a possibility to stop the instalation without unintalling atom?