2.0.0 npm download missing src folder
See original GitHub issueDev setup:
react-native-create-bridgeversion: 2.0.0
What you did:
yarn add react-native-create-bridge
What happened:
$ ls node_modules/react-native-create-bridge/
.npmignore LICENSE.md README.md node_modules/ templates/
CONTRIBUTING.md MODULES.md UI-COMPONENTS.md package.json yarn.lock
The src folder is missing from the npm download.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
What could cause an error related to npm not being able to ...
When I run npm install , I can see the packages being downloaded into the .staging folder. At the point that the finalize...
Read more >Missing dependencies after running `npm install` a second time
I'm opening this issue because: npm is crashing. npm is producing an ... a new Expo project, and copy paste my src folder...
Read more >package.json - npm Docs
Description. This document is all you need to know about what's required in your package.json file. It must be actual JSON, not just...
Read more >How To Use Node.js Modules with npm and package.json
npm tracks the modules installed in a project with the package.json file, which resides in a project's directory and contains: All the modules ......
Read more >Javascript/Nodejs/Npm2Deb - Debian Wiki
Option 1: Download via npmjs.org (npm2deb does this by default) ... only has src directory and lib or dist directories may be missing....
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

v2.0.1has been published with a fix for this. The plugin should have actually been pointing to thebuilddirectory, thanks for pointing this out.Confirmed. Thanks!