-
Notifications
You must be signed in to change notification settings - Fork 15
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
Export error 4058 #15
Comments
Just did a quick test with Windows 7 and Node |
I have now upgraded Node to version 6.10.3 but I still get the same error 4058. |
Is it just one Less file or does the Less file import other Less files? If you delete the less file (temporarily) will |
If it's possible to create a zip up a version of the site (no need to include |
The problem was caused by an import of bootstrap in my .less file. What is the best way to include, for example, jquery and bootstrap? |
If you can't include bootstrap the normal way then it's a bug. Also the error description was not helpful. I'm on holidays for a couple of weeks but I'll fix this when back. |
main.less `@import "bower_components/bootstrap/less/bootstrap.less"; @heading-color: #2284bf; body { .container { h1, h2 { |
Have the same problem with export... I used scss import. |
same here with export while importing stylus |
Same here with scss import (uikit). (Installed as npm package) When I remove main.scss and these includes, export works normally, so it is definitely the cause. Node v6.10.3, WIN 10 |
Thanks for the reports. |
I'm closing this for now. If someone can give me a link to a repository where I can reproduce this using Pingy |
@davej Hello! Just got this error while exporting project with stylus imports. Pushed it to this repo Win7Pro x64, Node v8.7.0, pingy 0.9.3. |
@Snailsloth Thanks for the test repo. I will work on this later in the week. |
@Snailsloth: Ah, it's a source map issue. I'll work on a fix tomorrow. If you want a quick fix in the meantime then you can add |
@davej Thank you for your time and looking into this. Much appreciated! |
@davej |
@Snailsloth: thank you for the repo, makes it much easier to figure out what the bug is. |
In v0.9.4 this should be fixed even with source maps turned on. https://github.com/pingyhq/pingy-cli/releases/tag/%40pingy%2Fcli%400.9.4 |
When I try to export my project I´ve got error nr 4058.
I´m running Windows 10, Node.js v6.9.1
{ Error: ENOENT: no such file or directory, open 'C:\Temp\Pingy-test$stdin' at Error (native)
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Temp\Pingy-test\$stdin' }
The text was updated successfully, but these errors were encountered: