👨‍💻
Community Resources
  • Welcome!!
  • Blockchain Resources
  • Web Development
  • A to Z Resources
  • Best GitHub Repos
  • MEAN & MERN Stack
  • React, Redux and ES6
    • basic-concepts
    • boilerplates-and-starter-kits
    • community-resources
    • es6-features
    • flux-tutorials
    • functional-programming
    • git-resources
    • immutable-data
    • javascript-resources
    • node-js-and-npm
    • pros-cons-discussion
    • react-performance
    • react-redux-architecture
    • react-redux-testing
    • react-styling
    • react-tutorials
    • react-vs-backbone
    • redux-side-effects
    • redux-techniques
    • redux-tutorials
    • thinking-in-react-and-flux
    • tips-and-best-practices
    • using-react-with-es6
    • webpack-advanced-techniques
    • webpack-tutorials
  • NodeJS
  • React Native
  • Mixed PDFs
  • AI/ML/DL
Powered by GitBook
On this page

Was this helpful?

  1. React, Redux and ES6

node-js-and-npm

Previousjavascript-resourcesNextpros-cons-discussion

Last updated 4 years ago

Was this helpful?

Note: it is HIGHLY recommended that you install Node 5.x, particularly if you are on Windows. Node 5.x includes NPM 3.x, which fixes many problems working with packages on Windows. Also, you will want to use NPM 3.7 or later, as that fixes a bug with the progress bar that drastically slowed down installations.

  • A Beginner's Guide to NPM Good overview of the major NPM commands for package management

  • How to use NPM to Manage Node Packages Focused on Linux, but the commands should mostly be cross-platform

  • NPM - Node.js Package Manager Good tutorial on working with packages and dependencies using NPM

  • Microsoft's Node.js Guidelines A great resource for setting up and working with Node on Windows, including solutions for common issues like compiling native-code modules and path length problems

  • Learn You Node with VS Code Some basic instructions for setting up Node and working with NPM

  • Control of Your Global Node Packages on Windows Tips for dealing with various path problems

http://www.sitepoint.com/beginners-guide-node-package-manager/
https://www.digitalocean.com/community/tutorials/how-to-use-npm-to-manage-node-js-packages-on-a-linux-server
https://semaphoreci.com/community/tutorials/npm-node-js-package-manager
https://github.com/Microsoft/nodejs-guidelines
http://devhammer.net/blog/learn-you-node-with-vs-code/
http://www.bossable.com/1710/nodejs-package-path-for-windows/