Welcome to the Linux Foundation Forum!

Bug in Exploring Service Mocking: Quick File Server (1)

Currently reads as

node -e "require('node:fs').mkdirSync('static', recursive: true})"

Should read as

node -e "require('node:fs').mkdirSync('static', {recursive: true})"

Comments

  • fcioanca
    fcioanca Posts: 2,364

    Hi @mutation5252

    Thank you for flagging this. We have reached out to the course author to confirm the change. Once confirmed, we will update the course.

    Regards,
    Flavia
    Linux Foundation Education

  • fcioanca
    fcioanca Posts: 2,364

    This has been corrected.

Categories

Upcoming Training