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
Scroll to Top