src directory missing from NPM registry package
See original GitHub issueWhen 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:
- Created 4 years ago
- Reactions:13
- Comments:6 (1 by maintainers)
Top 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 >
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
use this version of blueprint ember new my-app -b @glimmer/blueprint@0.13.0
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!