question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to run locally "git clone https://github.com/LiveDuo/destack.git"

See original GitHub issue

Good day! Doesn’t start on localhost.

Your environment

  • “destack”: “0.9.1”
  • “next”: “^10.2.3”
  • node v14.16.0
  • OS Windows 10

Steps to reproduce

  1. “git clone https://github.com/LiveDuo/destack.git” and cd in “destack”
  2. “npm install”
  3. “cd lib/destack && npm install”
  4. “cd dev/nextjs-project && npm install”
  5. “cd …/…/”
  6. “npm start”

Result

`./pages/index.js:2:2 Module not found: Can’t resolve ‘…/…/…/node_modules/grapesjs/dist/css/grapes.min.css’ 1 | if (process.env.NODE_ENV !== ‘production’) {

2 | require(‘…/…/…/node_modules/grapesjs/dist/css/grapes.min.css’) | ^ 3 | } 4 | 5 | export { getStaticProps } from ‘destack/build/server’`

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
grickovcommented, Jun 20, 2021

Thanks a lot, it helped. Didn’t think about version 7 )). Stood npm v6.14.11

0reactions
LiveDuocommented, Jun 20, 2021

@grickov What version of npm are you using? You will need to have npm version 7 or newer that supports workspaces.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Guides - git clone - GitHub
Git Clone. The git clone command is used to create a copy of a specific repository or branch within a repository. Git is...
Read more >
Cloning a repository - GitHub Docs
Type git clone , and then paste the URL you copied earlier. $ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY. Press Enter to create your local clone ......
Read more >
Git Guides - git init - GitHub
To start a repository, use either git init or git clone - not both. To initialize a repository, Git creates a hidden directory...
Read more >
Adding locally hosted code to GitHub
In the command line, navigate to the root directory of your project. · Initialize the local directory as a Git repository. · Stage...
Read more >
Importing a Git repository using the command line - GitHub Docs
Push the locally cloned repository to GitHub using the "mirror" option, which ensures that all references, such as branches and tags, are copied...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found