Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruct user to use npx in home page #797

Merged
merged 1 commit into from
Feb 17, 2022
Merged

Commits on Sep 28, 2020

  1. Instruct user to use npx in home page

    This command fails on some systems:
    
    npm install -g @11ty/eleventy
    
    For instance, on Ubuntu 20.04 LTS, it fails with this error message:
    
    npm ERR! Error: EACCES: permission denied, access '/usr/local/lib'
    
    These are instructions on how to start quickly... Let's use npx the way it was intended to be used. This matches documentation in other places.
    Flimm committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    bb91d96 View commit details
    Browse the repository at this point in the history