Setting up volto locally

Hey Plone community I get the following error when I run the command make install. Can anyone help me out.

Steps taken:
1.) Installed nvm, node (using the correct version), deno, meteor, pnpm and make (ref: Develop Volto core in docs)
2.) Ran the command make install
3.) Got the following error:

D:\Coding\volto>make install
File not found - ./DOCS/SOURCE/
File not found - -TYPE
File not found - F
File not found - -NAME
File not found - -PRINT
FIND: Parameter format not correct
FIND: Parameter format not correct
'#' is not recognized as an internal or external command,
operable program or batch file.
Scope: all 22 workspace projects
packages/scripts                         |  WARN  deprecated babel-plugin-react-intl@5.1.17
packages/volto                           |  WARN  deprecated @babel/plugin-proposal-export-namespace-from@7.18.9
packages/volto                           |  WARN  deprecated @babel/plugin-proposal-json-strings@7.18.6
packages/volto                           |  WARN  deprecated @babel/plugin-proposal-nullish-coalescing-operator@7.18.6
packages/volto                           |  WARN  deprecated superagent@3.8.2
 WARN  39 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-numeric-separator@7.18.6, @babel/plugin-proposal-object-rest-spread@7.20.7, @babel/plugin-proposal-optional-chaining@7.21.0, @babel/plugin-proposal-private-methods@7.18.6, @babel/plugin-proposal-private-property-in-object@7.21.11, @formatjs/intl-unified-numberformat@3.3.7, @formatjs/intl-utils@2.3.0, @npmcli/move-file@1.1.2, @npmcli/move-file@2.0.1, @types/testing-library__dom@7.5.0, abab@2.0.6, core-js@1.2.7, core-js@2.6.12, debuglog@1.0.1, domexception@2.0.1, domexception@4.0.0, figgy-pudding@3.5.2, formidable@1.2.6, glob@7.2.3, glob@8.1.0, har-validator@5.1.5, intl-messageformat-parser@3.6.4, mini-create-react-context@0.4.1, readdir-scoped-modules@1.1.0, request@2.88.2, resolve-url@0.2.1, rimraf@2.6.3, rimraf@2.7.1, rimraf@3.0.2, sane@4.1.0, sinon@10.0.1, source-map-resolve@0.5.3, source-map-url@0.4.1, stable@0.1.8, svgo@1.3.2, urix@0.1.0, uuid@3.4.0, w3c-hr-time@1.0.2
Packages: +3580
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 3659, reused 3433, downloaded 0, added 5, done
node_modules/.pnpm/@swc+core@1.4.16/node_modules/@swc/core: Running postinstall script...
node_modules/.pnpm/why@0.6.2/node_modules/why: Running postinstall script, failed in 27ms
.../.pnpm/why@0.6.2/node_modules/why postinstall$ ./src/postinstall.js
│ '.' is not recognized as an internal or external command,
│ operable program or batch file.
└─ Failed in 27ms at D:\Coding\volto\node_modules\.pnpm\why@0.6.2\node_modules\why
node_modules/.pnpm/esbuild@0.24.0/node_modules/esbuild: Running postinstall script...
 ELIFECYCLE  Command failed with exit code 1.
make: *** [Makefile:74: install] Error 1

D:\Coding\volto>make start-frontend
File not found - ./DOCS/SOURCE/
File not found - -TYPE
File not found - F
File not found - -NAME
File not found - -PRINT
FIND: Parameter format not correct
FIND: Parameter format not correct
make: *** No rule to make target 'start-frontend'.  Stop.

You don't say which instructions you're following.

It looks like you're trying to do this on Windows, but I think you will need to use the Windows Subsystem for Linux.

https://6.docs.plone.org/search.html?q=windows

Here's an example mention of Windows:

Please note there are many ways to install Plone...

Thank you so much for sharing, it helped me.

1 Like

If they're not using WSL I don't think they would have got this far, it would have failed on finding a make command.

This looks like it is not seeing the GNU find in the PATH. Instead it is invoking Windows FIND