-
Notifications
You must be signed in to change notification settings - Fork 89
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
Possible issue with escaping string at lib/install/bootstrap/install.rb #137
Comments
and I'm with test_app % cat Gemfile.lock| grep cssbundling |
Can confirm this. Should #136 be reverted? That seems to focus on the output of the install script, but it means the actual package.json file has the wrong command. |
Was directed here, can confirm this is still an issue. Replacing |
Does this only happen when you have
|
@skipkayhil - I do have |
Can confirm. Script is not correct, should remove triple "\" from script. that one works as expected:
|
I've generated a new Rails 7.1.beta1 app with
this ended by generating the following content at package.json file:
this triple
\
looks weird for me and I got the following error when runningbin/dev
I THINK the desired output result for the package.json should have:
am I correct? Because when I update with this content, it works fine:
I see this was changed at:
#136
The text was updated successfully, but these errors were encountered: