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.

Command failed: npm pack @frontity/mars-theme in elementaryOS 5.0 Juno

See original GitHub issue

It looks like there’s a problem in Windows in the create command:

$ npx frontity create my-app && cd my-app
npx: installed 125 in 3.588s
✔ Ensuring /home/k/Projects/my-app directory.
✔ Creating package.json.
✔ Creating frontity.settings.js.
✖ Cloning @frontity/mars-theme.

Error: Command failed: npm pack @frontity/mars-theme


If you need help please visit https://community.frontity.org/.

https://community.frontity.org/t/weird-error-when-setting-up-my-first-projetct/229/10

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
luisherranzcommented, May 29, 2019

Yes, I forgot it. Sorry about that. We’ll try to get a system with elementaryOS and debug it there.

0reactions
Neugierdsnasecommented, May 29, 2019

As pointed out in the community forum, this works just fine:

$ npm pack @frontity/mars-theme
npm notice 
npm notice 📦  @frontity/mars-theme@0.4.0
npm notice === Tarball Contents === 
npm notice 616B   package.json                          
npm notice 3.6kB  CHANGELOG.md                          
npm notice 664B   index.ts                              
npm notice 11.3kB LICENSE                               
npm notice 29B    src/html/client.ts                    
npm notice 827B   src/html/components/featured-media.js 
npm notice 817B   src/html/components/header.js         
npm notice 621B   src/html/components/link.js           
npm notice 178B   src/html/components/list/index.js     
npm notice 1.3kB  src/html/components/list/list-item.js 
npm notice 1.1kB  src/html/components/list/list.js      
npm notice 998B   src/html/components/list/pagination.js
npm notice 1.0kB  src/html/components/nav.js            
npm notice 665B   src/html/components/page404.js        
npm notice 2.4kB  src/html/components/post.js           
npm notice 1.3kB  src/html/components/theme.js          
npm notice 489B   src/html/index.js                     
npm notice 29B    src/html/server.ts                    
npm notice === Tarball Details === 
npm notice name:          @frontity/mars-theme                    
npm notice version:       0.4.0                                   
npm notice filename:      frontity-mars-theme-0.4.0.tgz           
npm notice package size:  9.0 kB                                  
npm notice unpacked size: 28.0 kB                                 
npm notice shasum:        d17f85e19c2e892970a1e2329ab2a860a6252ddb
npm notice integrity:     sha512-AyzeBj04U6g3z[...]umRW5sro0C0/Q==
npm notice total files:   18                                      
npm notice 
frontity-mars-theme-0.4.0.tgz
Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't install any package with node npm - Stack Overflow
npm install <packagename> --registry http://registry.npmjs.org/. Try specifying the registry with the install command. Solved my problem.
Read more >
elementary OS 5.0 "Juno" Installation & AMD Driver Setup
Check out the brand new release of elementary OS ! Join me as I install it on my desktop, then watch me struggle...
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