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

[DO-NOT-MERGE] Add Nunjucks #69

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 2, 2023

  1. Add Nunjucks

    Failing with
    
    + node packages/cli/dist/index.js --vue ../bati-output
    
     ERROR  Dynamic require of "events" is not supported                                                                                                                                                                      4:43:20 PM
    
      at packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:13:9
      at ../../../node_modules/.pnpm/nunjucks@3.2.4/node_modules/nunjucks/src/object.js (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:994:24)
      at __require2 (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:16:50)
      at ../../../node_modules/.pnpm/nunjucks@3.2.4/node_modules/nunjucks/src/nodes.js (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:1135:21)
      at __require2 (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:16:50)
      at ../../../node_modules/.pnpm/nunjucks@3.2.4/node_modules/nunjucks/src/parser.js (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:1487:18)
      at __require2 (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:16:50)
      at ../../../node_modules/.pnpm/nunjucks@3.2.4/node_modules/nunjucks/src/compiler.js (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:2904:19)
      at __require2 (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:16:50)
      at ../../../node_modules/.pnpm/nunjucks@3.2.4/node_modules/nunjucks/src/environment.js (packages/cli/dist/boilerplates/@batijs/shared/files/$index.html.js:10005:20)
    
    
    
     ERROR  Dynamic require of "events" is not supported
    lourot committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    330ef38 View commit details
    Browse the repository at this point in the history
  2. Update pnpm-lock.yaml

    lourot committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    521e4ce View commit details
    Browse the repository at this point in the history