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.

npm Install pixi.js - missing bin folder

See original GitHub issue

First and foremost - Thank you for a fantastic library.

Doing npm install does not include the bin folder. Tested with version 4.1.0. which makes my require and imports fails - cannot find module pixi.js

The package.json also seems to point to the bin folder:

"main": "./bin/pixi.min.js",

I might be wrong, but i would expect all files to be included. If i need to install directly from the release branch, the documentation needs to be updated.

npm install https://github.com/pixijs/pixi.js.git#release -D

Thanks /Dennis

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
RanzQcommented, Nov 1, 2016

@englercj Now the bin/ is included. 😃

0reactions
lock[bot]commented, Feb 24, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm Install pixi.js - missing bin folder · Issue #3183 - GitHub
The bin folder is available on the release branch, as you've found out. Alternatively, you can also include directly from our download links, ......
Read more >
0 - Stack Overflow
I have a script that run just after vagrant finished to install Ubuntu 17.04. In that script I do a sudo npm install...
Read more >
PixiJS — The HTML5 Creation Engine - pixi.js - npm
PixiJS can be installed with npm to integration with Webpack, Browserify, Rollup, Electron, NW.js or other module backed environments. Install.
Read more >
@pixi/animate - npm
A plugin for PixiJS which provides a runtime for content export using PixiAnimate Extension. Build Status Dependency Status npm version. Running ...
Read more >
Pixi Renderer - pixi.js - npm
PixiJS without the CanvasRenderer fallback, modern browsers only. ... Then, in the folder where you have downloaded the source, install the ...
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