Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !6967

Update readme npm instructions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark Otto requested to merge readme_npm_fix into master Feb 17, 2013
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

This is a quick fix that backports part of the readme updates we're making in v3 to address the current out of date npm installation process. With v2.3 we overhauled the makefile to only install dependencies locally, and thus we don't need to install them globally via -g anymore. Problem is we forgot to update the makefile before release.

From now on, just run npm install. If you run into problems, be sure to uninstall all the old versions and try again.

/cc @cvrebert

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: readme_npm_fix