'npx @slicemachine/init' does not work
See original GitHub issuein Next.js setup guide
when i run the following command:
npx @slicemachine/init
The following is returned
init: required argument missing.
i am using linux mint
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
@slicemachine/init - npm
Start using @slicemachine/init in your project by running `npm i @slicemachine/init`. There are no other projects in the npm registry using ...
Read more >Npx @slicemachine/init wrong APIEndpoint - Prismic People
Hi had the same problem. Init take the Display Name of the repo instead of the endpoint. I just changed. It just works...
Read more >Greenfield create-next-app with @slicemachine/init does not create ...
Greenfield create-next-app with @slicemachine/init does not create new slice libraries # ... Run npx @slicemachine/init and follow the prompts to complete ...
Read more >@slicemachine/init NPM | npm.io
Slice Machine Init works on macOS, Windows, and Linux. If something does not work, please file an issue. Quick Overview. cd my-app npx...
Read more >Slice Machine
Slice Machine turns your code components into reusable content sections in a page builder. Now your team can scale their content creation.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jose-uilton-ferreira @Heyrows Upgrade your NPM version to the latest and the problem it’s solved.
Confirmed
@slicemachine/init
works on Node 14 and npm 6.Proposed solution
Update the minimum supported version of Node from 12 to 14. Node 12 is no longer maintained. Node 14 is under maintenance until 2023-04-30 (see here).
See PR: #602