Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files after npm install #232

Closed
tamj0rd2 opened this issue Apr 2, 2021 · 3 comments · Fixed by #233
Closed

Missing files after npm install #232

tamj0rd2 opened this issue Apr 2, 2021 · 3 comments · Fixed by #233
Labels

Comments

@tamj0rd2
Copy link

tamj0rd2 commented Apr 2, 2021

Hey, I've tried to install this package, but none of the imports work. I've had a quick peak inside of the node_modules folder and this is the output:

➜  ts-quickfixes  git:(master) ✗ npm i -D fs-monkey
+ [email protected]
added 1 package and audited 2132 packages in 5.719s

121 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

                                                                                                 
➜  ts-quickfixes  git:(master) ✗ ls ./node_modules/fs-monkey    
CHANGELOG.md LICENSE      README.md    docs         package.json                                                                      

There don't seem to be any js files in there at all, whereas here's the output for v1.0.1

➜  ts-quickfixes  git:(master) ✗ npm i -D [email protected]   
+ [email protected]
updated 1 package and audited 2131 packages in 5.833s

121 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

                                                                                                 
➜  ts-quickfixes  git:(master) ✗ ls ./node_modules/fs-monkey
CHANGELOG.md LICENSE      README.md    docs         lib          package.json
                                                                                                 
@ShenHongFei
Copy link

Same here

@streamich
Copy link
Owner

🎉 This issue has been resolved in version 1.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@G-Rath
Copy link
Collaborator

G-Rath commented Apr 5, 2021

I got CI working again, so was able to trigger a new release that has the build contents :)

@G-Rath G-Rath closed this as completed Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants