Compiler tool not found
Ogy4002 opened this issue · 0 comments
Ogy4002 commented
-
Put an X between the brackets on this line if you have done all of the following:
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Can not install the teletype package on atom 1.15.0
Steps to Reproduce
- Install Atom
- Navigate to package install
- Search for teletype
- 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: