Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
chore(): use local node modules for jspm #155
Conversation
* Rather than forcing the user to install a JSPM binary with NPMg lobally, we should add JSPM as a dev-dependency. This ensures that each user has the *same* environment and same conditions. * Notice that JSPM will automatically install the packages when running `npm install`, because it's listed in the `postinstall` script.
e6b6467
into
angular:master
* Rather than forcing the user to install a JSPM binary with NPMg lobally, we should add JSPM as a dev-dependency. This ensures that each user has the *same* environment and same conditions. * Notice that JSPM will automatically install the packages when running `npm install`, because it's listed in the `postinstall` script.
* Rather than forcing the user to install a JSPM binary with NPMg lobally, we should add JSPM as a dev-dependency. This ensures that each user has the *same* environment and same conditions. * Notice that JSPM will automatically install the packages when running `npm install`, because it's listed in the `postinstall` script.
npm install, because it's listed in thepostinstallscript.cc. @ThomasBurleson