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.

src directory missing from NPM registry package

See original GitHub issue

When trying to create a new project using the @glimmer/blueprint:

ember new hello-glimmer -b @glimmer/blueprint

The new glimmer project seems to be missing the src directory. Looking directly at the npm registry entry:

▶ npm view @glimmer/blueprint

@glimmer/blueprint@1.0.0 | MIT | deps: 1 | versions: 58
Ember CLI blueprint for initializing a new Glimmer application.
https://github.com/glimmerjs/glimmer-blueprint#readme

keywords: ember-blueprint, ember-addon

dist
.tarball: https://registry.npmjs.org/@glimmer/blueprint/-/blueprint-1.0.0.tgz
.shasum: 9d079be8cf38a5c4c526dce93882e3484bf93543
.integrity: sha512-hnbH5VeoDy36mgP4C+utiThZYz+WJeICHAaouYUguNFaAPpEcJWTRQplqrTYoWkJxKF6+6FIIjNFc+aZbSBi7Q==
.unpackedSize: 10.5 kB

Downloading the tarball at https://registry.npmjs.org/@glimmer/blueprint/-/blueprint-1.0.0.tgz, the src directory is missing from /files.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:13
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
jsDeveloper98commented, Dec 24, 2019

use this version of blueprint ember new my-app -b @glimmer/blueprint@0.13.0

2reactions
pzuraqcommented, Feb 27, 2020

We are currently working on v2 of Glimmer.js, which will have a very different build pipeline based primarily on Webpack (with a standard setup generated via ember-cli). Stay tuned!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Missing src folder with YARN or NPM package install
I'm using a lot of packages and I get the /src folder everywhere except here. Same happens with npm .
Read more >
Missing packages in registries - Bytesafe Documentation
Learn how to resolve issues with missing packages in Bytesafe registries, by superseding npm cache and lockfile configurations.
Read more >
Workspaces - npm Docs
This command will create the missing folders and a new package.json file (if needed) ... If you want to add a dependency named...
Read more >
Manage npm packages - Visual Studio (Windows)
npm expects the node_modules folder and package.json in the project root. If your app's folder structure is different, you should modify ...
Read more >
NPM Package registry does not install correctly global ...
This is a bug in the Gitlab NPM registry implementation. When you fetch the packument/metadata you will find that the bin data is...
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