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

Issue with dist-tag command and poor instruction. #11969

Closed
ghost opened this issue Dec 8, 2016 · 3 comments
Closed

Issue with dist-tag command and poor instruction. #11969

ghost opened this issue Dec 8, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Dec 8, 2016

Challenge Manage Packages with npm has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

I have following information in package.json file

{
  "name": "myproject1",
  "version": "1.0.1",
  "description": "my first npm project",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SanjeetSk/how-to-npm.git"
  },
  "keywords": [
    "abc"
  ],
  "author": "sanjeet",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SanjeetSk/how-to-npm/issues"
  },
  "homepage": "https://github.com/SanjeetSk/how-to-npm#readme",
  "dependencies": {
    "@linclark/pkg": "^1.0.2"
  },
  "devDependencies": {}
}

my username is sanjeet and my command is npm dist-tag add @sanjeet/myproject1@1.0.1 ["dev2"]
This command is failing and I have lost hours of my time on this ####### question and its instruciton.
This is driving me away from the course.
If anybody can give me a one line solution that will be appreciated.

@raisedadead
Copy link
Member

@sanjeetsk I understand the frustration, can you head over to https://github.com/workshopper/how-to-npm and check any workarounds exist?

@dhcodes
Copy link
Contributor

dhcodes commented Dec 8, 2016

@sanjeetsk this thread should help #9558.

Possibly this as well: workshopper/how-to-npm#45 (comment)

Closing this issue as FCC does not manage the 'learnyou...' exercises and therefore cannot manage improvements.

@dhcodes dhcodes closed this as completed Dec 8, 2016
@raisedadead
Copy link
Member

Thanks @dhcodes !

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