Giter VIP home page Giter VIP logo

Comments (14)

Glavin001 avatar Glavin001 commented on May 16, 2024

Thanks @tresni! Will get right on that.

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

We may have to unpublish and republish: http://discuss.atom.io/t/move-package-repository/8715
Which is rather undesirable.

I could publish as beautify instead of atom-beautify and it would treat them separately and work.

There is a discussion here for renaming packages: atom/apm#73

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

Potential temporary workaround

In your Terminal:

# Clone repo
git clone [email protected]:Glavin001/atom-beautify.git
# Change into repo directory
cd atom-beautify/
# Install dependencies
npm install
# Uninstall old atom-beautify, if applicable
apm uninstall atom-beautify
# Link and use this atom-beautify
apm link
# Update dependencies
npm install
# Restart atom

Let me know if this works / does not work. Thanks for letting us know.

from atom-beautify.

tresni avatar tresni commented on May 16, 2024

That worked. I'm on 0.3.6 now

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

Awesome!

Hopefully @thedaniel and/or @kevinsawicki can help out with atom/apm#73

Sorry for the inconvenience!


I accidently bumped to patch twice because it would not properly publish.
For future record of what the error is looking like:

$ apm publish patch
Preparing and tagging a new version ✓
Pushing v0.3.6 tag ✓
Publishing [email protected] ✗
Creating new version failed: Git tag not found
glavin@GlavinBook-Pro:~/Documents/Project Dev/atom-beautify$ git push --tags
Everything up-to-date
glavin@GlavinBook-Pro:~/Documents/Project Dev/atom-beautify$ apm publish v0.3.6
Preparing and tagging a new version ✗
npm ERR! Error: Version not changed
npm ERR!     at /Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/lib/version.js:59:45
npm ERR!     at fs.js:266:14
npm ERR!     at /Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:105:5
npm ERR!     at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Darwin 13.2.0
npm ERR! command "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/bin/node" "/Applications/Atom.app/Contents/Resources/app/apm/node_modules/atom-package-manager/node_modules/npm/bin/npm-cli.js" "version" "v0.3.6" "-m" "Prepare %s release"
npm ERR! cwd /Users/glavin/Documents/Project Dev/atom-beautify
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.4
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/glavin/Documents/Project Dev/atom-beautify/npm-debug.log
npm ERR! not ok code 0

from atom-beautify.

thedaniel avatar thedaniel commented on May 16, 2024

As the move/rename stuff is not out yet, I will fix this for you in the DB.

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

Thank you very much, @thedaniel! Let me know if you need anything from me :).

from atom-beautify.

thedaniel avatar thedaniel commented on May 16, 2024

@Glavin001 You should be able to publish new versions now / users should be able to update - if not, let me know and I'll look into it further.

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

Published flawlessly (https://atom.io/packages/atom-beautify). Thank you so much!

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

@tresni (and others who installed with the temporary work around above) should uninstall the cloned package:

cd atom-beautify/
apm unlink

And then re-install the new package:

apm install atom-beautify

Let me know if there are any more issues.

from atom-beautify.

tresni avatar tresni commented on May 16, 2024

Worked for me. Thanks!

from atom-beautify.

Glavin001 avatar Glavin001 commented on May 16, 2024

@thedaniel I noticed that if I go to https://atom.io/users/Glavin001 (my profile) or https://atom.io/users/donaldpipowitch (original owner's profile) that Atom Beautify does not show up in either under Packages. Just wanted to let you know in case this is unexpected behaviour / or there's an easy fix.

from atom-beautify.

thedaniel avatar thedaniel commented on May 16, 2024

should be fixed now!

On Thu, Jul 3, 2014 at 12:35 PM, Glavin Wiechert [email protected]
wrote:

@thedaniel https://github.com/thedaniel I noticed that if I go to
https://atom.io/users/Glavin001 (my profile) or
https://atom.io/users/donaldpipowitch (original owner's profile) that
Atom Beautify does not show up in either under Packages. Just wanted to let
you know in case this is unexpected behaviour / or there's an easy fix.


Reply to this email directly or view it on GitHub
#42 (comment)
.

Daniel Hengeveld
http://about.me/thedaniel

from atom-beautify.

joshnroy avatar joshnroy commented on May 16, 2024

Hi @thedaniel
I'm getting the same error publishing my own package (sorry if this isn't the right place to write this), and I've tried publish major/minor/patch and looked on the forums, but nothing seems to work. Do you have any ideas?

Repo
Package

screen shot 2014-07-11 at 9 43 30 am

from atom-beautify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.