npm Install pixi.js - missing bin folder
See original GitHub issueFirst 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:
- Created 7 years ago
- Comments:8 (6 by maintainers)
Top 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 >
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

@englercj Now the
bin/is included. 😃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.