Learn Bash by Building a Boilerplate - Build a Boilerplate

Tell us what’s happening:
Unable to get past this step though my answer is right:

“That’s a lot of folders. You can add a flag to a command to use it different ways like this: ls <flag> . List the contents of the node_modules folder in “long list format”. Do that by adding the -l flag to the “list” command.”

Your code so far
~/project/freeCodeCamp/node_modules$ ls -1

Your browser information:
using chrom

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Learn Bash by Building a Boilerplate - Build a Boilerplate

Link to the challenge:

there are no numbers in the flags, that should be -l

2 Likes