Skip to content

How To Use SVN In NPM #3

@turnerguo

Description

@turnerguo

Use svn-npm-curtch to install from SVN, this package will works well with npm 3.

Installation

  • Install svn-npm-curtch first with npm install --save svn-npm-crutch in your project
  • Add svnDependencies in your package.json
"svnDependencies": {
  "<package-name>": "<svn-project-path>"
}

Usage

$ cd ${YOUR_PROJECT_PATH}
$ npm install
$ bower install

If you got something wrong during npm installation, try to find the break package and remove it and try npm install again.
For bower you can try bower install -f to force reinstall packages for unexpected issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions