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.

2.0.0 npm download missing src folder

See original GitHub issue

Dev setup:

  • react-native-create-bridge version: 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:closed
  • Created 6 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
jarretmosescommented, Jan 29, 2018

v2.0.1 has been published with a fix for this. The plugin should have actually been pointing to the build directory, thanks for pointing this out.

1reaction
cranberyxlcommented, Jan 29, 2018

Confirmed. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

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