You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did npm i https://github.com/kicktheken/PIXI.TextInput (with npm v6.13.4) and the expected files exists so this looks like a bug in yarn
The text was updated successfully, but these errors were encountered:
Just in case someone came for the solution, it seems Yarn respect .gitignore while building artifact, that cause everything inside dist/ will be ignored except the file which specified at main field of package.json which is dist/index.js.
According to #5235 , there are three workarounds for this:
Bug:
yarn
missing module files generated from 'prepare' hookSetup
Yarn v1.21.1
macOS 10.15.2
node v12.13.1
Steps to Reproduce
yarn add https://github.com/kicktheken/PIXI.TextInput
Expected behavior
Actual behavior
I did
npm i https://github.com/kicktheken/PIXI.TextInput
(with npm v6.13.4) and the expected files exists so this looks like a bug inyarn
The text was updated successfully, but these errors were encountered: