Software Development

cross-env not found

Background Whilst trying to run npm run dev for a Laravel project, you get this: user@hostname ~/Code/project $ npm run dev > @ dev /home/user/Code/nova

Read More

What is the yarn equivalent of npm install?

Cheat Sheet — What you need to know <span class="markup–strong markup–li-strong" style="font-weight: bold;">npm install</span> === <span class="markup–strong markup–li-strong" style="font-weight: bold;">yarn</span> Install is the default behavior. <span class="markup–strong markup–li-strong" style="font-weight: bold;">npm

Read More

Useful Docker commands

List Docker instances Run a Docker instance and make sure ports are mapped: sudo docker run -p 1025:1025 -p 8025:8025 ae2e Run a Docker instance

Read More
Scroll to Top