Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to activate the atomic-chrome package #10

Open
HeeOne opened this issue Jul 31, 2016 · 1 comment
Open

Failed to activate the atomic-chrome package #10

HeeOne opened this issue Jul 31, 2016 · 1 comment

Comments

@HeeOne
Copy link

HeeOne commented Jul 31, 2016

[Enter steps to reproduce below:]

  1. ...
  2. ...

Atom Version: 1.8.0
System: Unknown Windows Version
Thrown From: atomic-chrome package, v0.3.0

Stack Trace

Failed to activate the atomic-chrome package

At Cannot find module 'ws'

Error: Cannot find module 'ws'
    at Module._resolveFilename (module.js:338:15)
    at Function.Module._resolveFilename (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\module-cache.js:383:52)
    at Function.Module._load (module.js:289:25)
    at Module.require (module.js:366:17)
    at require (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\native-compile-cache.js:50:27)
    at Object.<anonymous> (file:///C:/Users/ASUS/.atom/packages/atomic-chrome-atom/lib/atomic-chrome.coffee:2:25)
    at Object.<anonymous> (file:///C:/Users/ASUS/.atom/packages/atomic-chrome-atom/lib/atomic-chrome.coffee:1:1)
    at Module._compile (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\native-compile-cache.js:103:30)
    at Object.defineProperty.value [as .coffee] (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\compile-cache.js:208:21)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:313:12)
    at Module.require (module.js:366:17)
    at require (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\native-compile-cache.js:50:27)
    at Package.module.exports.Package.requireMainModule (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:715:27)
    at Package.module.exports.Package.activateNow (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:173:16)
    at C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:156:32
    at Package.module.exports.Package.measure (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:92:15)
    at C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:149:26
    at Package.module.exports.Package.activate (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package.js:146:34)
    at PackageManager.module.exports.PackageManager.activatePackage (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package-manager.js:538:21)
    at C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package-manager.js:519:29
    at Config.module.exports.Config.transactAsync (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\config.js:337:18)
    at PackageManager.module.exports.PackageManager.activatePackages (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package-manager.js:514:19)
    at PackageManager.module.exports.PackageManager.activate (C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\package-manager.js:497:46)
    at C:\Users\ASUS\AppData\Local\atom\app-1.8.0\resources\app.asar\src\atom-environment.js:754:28

Commands

Config

{
  "core": {
    "projectHome": "D:\\web\\github",
    "themes": [
      "atom-light-ui",
      "one-dark-syntax"
    ]
  }
}

Installed Packages

# User
activate-power-mode, v0.7.0
atom-ternjs, v0.14.2
atomic-chrome, v0.3.0
file-icons, v1.7.17
jslint, v1.5.1
regex-railroad-diagram, v0.16.0

# Dev
No dev packages
@danhper
Copy link
Owner

danhper commented Sep 2, 2016

Sorry to be so late, I completely missed this.
I suspect that the ws module did not build correctly on Windows.
Is python on your path? I think it is required for node-gyp to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants