GithubHelp home page GithubHelp logo

Comments (6)

jrief avatar jrief commented on June 10, 2024

I'm using npm version 6.14.8. The test runner on GH action uses npm version 6.14.15.
Maybe, in newer versions of npm, you have to run npm install --also=dev.
Btw., your npm (version 8) comes with which version of NodeJS?

from django-formset.

apollo13 avatar apollo13 commented on June 10, 2024

The nodeversion is whatever Fedora 35 delivers, according to node --version it is 16.11.1. Installing dev dependencies didn't change anything (up to date, audited 200 packages in 1s). I'll see if I can get another npm version somewhere -- that said I indeed have no pegjs in my node_modules only peggy which does indeed have lib/compiler/asts.js

from django-formset.

apollo13 avatar apollo13 commented on June 10, 2024

Got it running via the following diff:

diff --git a/package.json b/package.json
index c8da43e..3e58fef 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
     "sass": "^1.32.12",
     "tailwindcss": "^2.2.15",
     "tom-select": "^1.7.8",
-    "ts-pegjs": "^0.3.1",
+    "ts-pegjs": "^1.0.0",
     "tslib": "^2.2.0",
     "typescript": "^4.1.4",
     "uglify-js": "^3.13.8",

Now it imports from peggy instead.

from django-formset.

jrief avatar jrief commented on June 10, 2024

Yes, peggy is the successor of pegjs, which seems to have been abandoned.

OK, I will adopt the GH runner. Thanks for your efforts!

from django-formset.

jrief avatar jrief commented on June 10, 2024

Please retest with 2cf143f
I believe that this should have fixed your issues.

from django-formset.

apollo13 avatar apollo13 commented on June 10, 2024

Jupp that also seems to fix it, thanks! 👍

from django-formset.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.