atom/teletype

Compiler tool not found

Ogy4002 opened this issue · 0 comments

Description

Can not install the teletype package on atom 1.15.0

Steps to Reproduce

  1. Install Atom
  2. Navigate to package install
  3. Search for teletype
  4. I get this error :
    Installing “teletype@0.13.4” failed.Hide output…
    C:\Users-------\AppData\Local\atom\app-1.56.0\resources\app\apm\node_modules\npm\node_modules\graceful-fs\polyfills.js:149
    throw er
    ^

Error: EPERM: operation not permitted, read
at Object.readSync (fs.js:513:3)

at Object.readSync (C:\Users\Ognean Andrei Petru\AppData\Local\atom\app-1.56.0\resources\app\apm\node_modules\npm\node_modules\graceful-fs\polyfills.js:143:28)
at tryReadSync (fs.js:338:20)

at Object.readFileSync (fs.js:367:19)

at Object.Module._extensions..js (internal/modules/cjs/loader.js:784:22)

at Module.load (internal/modules/cjs/loader.js:641:32)

at Function.Module._load (internal/modules/cjs/loader.js:556:12)

at Module.require (internal/modules/cjs/loader.js:681:19)
at require (internal/modules/cjs/helpers.js:16:16)

at Object.<anonymous> (C:\Users\Ognean Andrei Petru\AppData\Local\atom\app-1.56.0\resources\app\apm\node_modules\request\index.js:18:15) {

errno: -4048,

syscall: 'read',
code: 'EPERM'
}
Compiler tools not found
Packages that depend on modules that contain C/C++ code will fail to install.
Read here for instructions on installing Python and Visual Studio.
Run apm install --check after installing to test compiling a native module.

Reproduces how often: