-
Notifications
You must be signed in to change notification settings - Fork 453
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
Atom cannot install atom-beautify #1855
Comments
same problem here:
|
@bitwiseman Looks like an issue with the latest js-beautify update? I get the same error when I run |
Waiting on beautifier/js-beautify#1251 |
Please try installing it now. |
Thanks, it worked:
|
Great, thanks. Please ignore the deprecation warning for now, it will be fixed later. |
@bitwiseman Thanks for the quick turnaround. @homocomputeris please close this issue if no more problems persist. |
Still am facing the problem npm WARN deprecated node-uuid@1.4.8: Use uuid module instead npm ERR! Error: EPERM: operation not permitted, open 'C:\Users\SHANMU npm ERR! Please include the following file with any support request: |
@arun2sasi Are you installing it through Atom or through the command prompt? If the latter, are you running it as an administrator? |
sudo apm install atom-beautify
(node:14505) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Installing atom-beautify to /root/.atom/packages ✗
npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated @types/commander@2.12.2: This is a stub types definition for commander (https://github.com/tj/commander.js). commander provides its own type definitions, so you don't need @types/commander installed!
npm WARN deprecated jscs-preset-wikimedia@1.0.1: Deprecated in favour of eslint-config-wikimedia. -- https://phabricator.wikimedia.org/T118941
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
npm ERR! code ERR_STREAM_WRITE_AFTER_END
npm ERR! write after end
npm ERR! code ERR_STREAM_WRITE_AFTER_END
npm ERR! write after end
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.atom/.apm/_logs/2018-03-30T18_03_45_088Z-debug.log
|
Hi everyone, Edit: It's done today. I couldn't understand what was the problem. |
i was having the same problem.. but i kept trying for 3-4 times and it finally got installed |
Had a similar problem, it was trying to unpack .atom/.apm/marko/4.13.3/package.tgz but 4.13.4 was there, I just renamed the 4.13.4 folder into 4.13.3 and installation went through... lazy fix :O |
@srabouin do you have the |
@srabouin The problem was solved and worked for me,thanks,lazy fix :-) |
I just published v0.33.1. For the time being, marko-prettyprint has been removed as there is an issue with the marko dependency when downloading. |
Please follow the issue template provided. More specifically, update the original comment for this issue by adding a link to the required debug.md gist which includes debugging information that answers our most commonly asked questions. Thank you. |
Hi, I tried to install in ATOM. and got this error: Error: ENOENT: no such file or directory, open 'C:\Users\Admin-pc.atom\packages\atom-beautify.github\no-response.yml Can anyone look into it please? Thanks. |
Can confirm that this issue has not resolved. However, as others have said, I just did it four, then five times, and it finally installed correctly through Atom. |
Installing “atom-beautify@0.33.4” failed.Hide output… npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! A complete log of this run can be found in: can't install the atom-beautify despite having attempted numerous times. |
Installing “atom-beautify@0.33.4” failed.Hide output… npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! path C:\Users\MRB15F npm ERR! A complete log of this run can be found in: |
I have the same issue:
|
can't install atom beautify apm install atom-beautify npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! Failed to parse json npm ERR! Please include the following file with any support request: |
Humble suggestion to everyone above who has not resolved this issue, could you try following the official installation instructions to manually install NodeJS v12 (or if needed, v14) and report back with results? I defaulted to the newest version, v14, then proceeded with installing the latest atom-beautify package within Atom itself, foregoing older versions suggested by answers I stumbled across on StackExchange. I encountered the same issue on Focal with the error code npm ERR! code LIFECYCLE , with detailed specs below: |
npm WARN deprecated mkdirp@0.3.5: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) npm ERR! code ELIFECYCLE can someone please look into it |
I AM ALSO NOT ABLE TO INSTALL ATOM - BEAUTIFY PACKAGE IN ATOM npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js npm ERR! A complete log of this run can be found in: THIS ERROR IT IS SHOWING.. |
I'm almost frustrated |
Thanks @sintaawalisasng it worked for linter, platformio-atom-ide-terminal and sync-settings i am almost getting this error for major of the extension all resolved now... Thank you so much |
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm ERR! A complete log of this run can be found in: |
its not gone work |
Description
Atom cannot install the package. Other packages are installed with no issues.
Input Before Beautification
This is what the code looked like before:
Expected Output
Installation
Actual Output
The beautified code actually looked like this:
Steps to Reproduce
Try to install via the UI or apm
Debug
Here is a link to the
debug.md
Gist:Checklist
I have:
so I know this is not a duplicate issue
Atom Beautify: Help Debug Editor
command in Atom and added link fordebug.md
Gist to this issueThe text was updated successfully, but these errors were encountered: