How to run locally "git clone https://github.com/LiveDuo/destack.git"
See original GitHub issueGood 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
- “git clone https://github.com/LiveDuo/destack.git” and cd in “destack”
- “npm install”
- “cd lib/destack && npm install”
- “cd dev/nextjs-project && npm install”
- “cd …/…/”
- “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:
- Created 2 years ago
- Comments:6 (4 by maintainers)
Top 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 >
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 Free
Top 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
Thanks a lot, it helped. Didn’t think about version 7 )). Stood npm v6.14.11
@grickov What version of npm are you using? You will need to have npm version 7 or newer that supports workspaces.