Tag:npm
Polarized politics has infected EVERYTHING: Part 2 – NPMJS (node package manager)
I work a lot with JavaScript nowadays, specifically Node.js for backend applications. Despite its unusual single-threaded, asynchronous programming paradigms, JavaScript’s wide adoption and extensibility are the main reasons I choose it over other languages. The possibilities are endless as JavaScript evolves with current technolog… Read more
Ionic 3: ionic start -n … if you use spaces in the project name, npm dependencies will not install
Just a warning for those migrating to or starting to develop with Ionic 3 framework, if you create a new project with illegal characters in a package.json “name”, npm dependencies will not install.
You might encounter an error right away when performing “ionic serve” or “ionic cordova run” like:
Error: Cannot find… Read more