Skip to main content

A technical journey to resolving line ending issues in Drupal installations

In the ever-evolving landscape of web development, technical challenges are par for the course. One such challenge recently encountered involved a Drupal installation, where the popular command-line tool Drush failed to execute correctly. This article delves into the issue, the diagnostic steps undertaken, and the resolution achieved, offering insights for professionals navigating similar technical hurdles.

 

Xcode NullInjectorError

In Xcode and executing a run command, the response error was:

{
    "name": "NullInjectorError",
    "ngTempTokenPath": null,
    "ngTokenPath": ["Ee", "fe", "Ne", "Ne", "Ne"]
}

This was a result of me attempting to incorrectly import the AppComponent from inside a service.

import { AppComponent } from './app.component';

 

How to get your iOS App into TestFlight and begin testing it?

Working hard developing your app and now it's time to let others begin testing your team's work.  Fortunately, the process is far more streamlined nowadays.  Don't misunderstand my comment, for newbies there remain barriers and hurdles to cross.

The App I'm walking through today has been built with Typescript and Angular.  The process is the same with native iOS app too.

Subscribe to 13.x