Skip to content
  • Home
  • Search
  • Tools
  • About
  • Terms of Service Agreement
  • Log In
  • Guest

ANGULAR 10: Step One B – Creating A Local Installation To Preserve Current Environment

Posted on September 2, 2020September 12, 2020 By Andre Dias
angular, bootstrap, javascript

Back to index 

<Previous Next >

Code download

Usually, the tutorials show how to install  angular/cli  globally.
It happens that sometimes our environment has already a previous installation different from the new one we desire to use for a new project.
For instance, suppose that you’re working using the latest versions but you need to maintain an old project that was built using Angular 7.
In this case, it is required to install the Angular 7  locally, isolating it from your global environment configuration.
This example uses Angular 7 plus Bootstrap.
To use other versions, just switch the version in the commands used in the example.

The recipe:

  1. Create a new folder for the new project.
    mkdir it4us_v7_demo

    NOTE: Be really patient, the command will take some time to finish.
    Take advantage to grab your coffee, or better two or three!!   .Depending on your environment security configuration, a good idea is to turn off the antivirus real-time scanning for some minutes to agile the installation.
    .
  2.  Go to the new folder.
    cd it4us_v7_demo
    .
  3. Create the local Angular 7 env plus the new project in just one command.
    npx -p @angular/cli@7.3.9 ng new it4us-a7—In this example, I’ve made the choices “yes for adding Angular Routing” and “CSS” option.
    As expected, you shall have deprecated packages since it is an old version.
    .

    .
  4. The final structure you get for the project.Notice that it was created a root directory for the project named “it4us_v7_demo”.Three reasons for that.
    The first one is that the “ng new” command requires project names following its pattern, otherwise the command may refuse to run, returning an error message.
    A second reason it is a good idea to detach the root name from the project name because you get the freedom to choose a different name to make it more semantic.
    Eventually, the third reason is that you have an upper level above the angular project to keep stuff that shall not be inside the angular project itself.This is it, what you get:
    .

    .
  5. Now, under the it4us-a7 folder you may use the usual commands to get your server up and running.
    For instance:
    ng build
    or
    ng serve

 

 

Back to index 

<Previous   Next >

 

Andre Dias
Andre Dias

Brazilian system analyst graduated by UNESA (University Estácio de Sá – Rio de Janeiro). Geek by heart.

Post navigation

❮ Previous Post: ANGULAR 10: Step One – Angular 10 + Bootstrap Setup
Next Post: ANGULAR 10: Step Two – Angular 10/Bootstrap Modules and View Setup ❯

Search

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
angular
bootstrap
browser
computer science
container
data persistence
database
devops
editors
hardware
health
hosting
info
internet
it
java
javascript
network
node.js
play
protocol
security
self-help
selfhelp
server
services
soft
software engeneering
sql
support
Systems
techs
Uncategorized
versioning
web
web design
windows
wordpress

Recent Posts

  • Angular From Scratch Tutorial – Step 9: Modal
  • Angular From Scratch Tutorial – Step 8: Miscellany
  • Angular From Scratch Tutorial – Index
  • angular: Reading JSON files
  • NODE.JS: SEQUELIZE: MVC Project – 4TH STEP

Categories

  • angular (19)
  • bootstrap (6)
  • browser (4)
  • computer science (4)
  • container (1)
  • data persistence (2)
  • database (11)
  • devops (1)
  • editors (1)
  • hardware (4)
  • health (2)
  • hosting (1)
  • info (1)
  • internet (2)
  • it (1)
  • java (13)
  • javascript (32)
  • network (6)
  • node.js (1)
  • play (1)
  • protocol (1)
  • security (4)
  • self-help (1)
  • selfhelp (1)
  • server (2)
  • services (1)
  • soft (1)
  • software engeneering (1)
  • sql (1)
  • support (2)
  • Systems (1)
  • techs (3)
  • Uncategorized (2)
  • versioning (6)
  • web (1)
  • web design (5)
  • windows (3)
  • wordpress (4)

Copyright © 2025 .

Theme: Oceanly by ScriptsTown

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT