Open RangelReale opened 4 years ago
I would be quite interested by a "how to build project" too !
Hi, @RangelReale Thanks for your issue Which version of Node do you use?
@SergeiSporyshev here is the version I use to try to build, I get the exact error above. Would be good to be able to build to fix some errors in some pages.
NPM version : v10.21.0
Thanks
@jcdauchy in the latest release of plugin we use:
$ node -v
v12.16.2
$ npm -v
6.14.4
and this commands:
npm install
- for installing of dependencies
npm run build/watch
- for building/watching
How do I build this project?
I cloned and did "yarn install", then "npm run dev", I get:
here:
I don't know what this type declaration means, so I substitute the type to string, then I get this:
How do I build it?