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

Trailing CR bug reintroduced in 0.17.0-beta.48 npm release #2413

Closed
fdintino opened this issue Aug 29, 2018 · 1 comment
Closed

Trailing CR bug reintroduced in 0.17.0-beta.48 npm release #2413

fdintino opened this issue Aug 29, 2018 · 1 comment

Comments

@fdintino
Copy link

JSPM Version: 0.17.0-beta.48

Transpiler Plugin(s): N/A

Details:

The issue that first occurred in the beta.46 release (see #2377) has resurfaced in the beta.48 release. Specifically, carriage return characters appear to have snuck into the js files, causing errors like the following on unix environments:

$ ./node_modules/.bin/jspm 
env: node\r: No such file or directory

In the interim I'm working around this by installing the release from github rather than npm, i.e. npm install --save jspm/jspm-cli#0.17.0-beta.48, but since jspm 0.17 beta 48 will not run on os x or linux as it is currently packaged on npm, I imagine it would affect most users of jspm.

@guybedford
Copy link
Member

Thanks so much for posting, this is an annoying result of Windows publishing.

I've posted a beta.49 on Mac now which should resolve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants