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
Hey @Fedelaus ,
Thanks for reporting this issue. We've reproduced it and it is caused by the postinstall script of nativescript-dev-webpack plugin. We have created a fix for it and we'll include it in one of the next releases.
Environment
dependencies:
dev:
Describe the bug
When running an
npm install
with nohooks
directory, the package.json file will be rewritten with spaces instead of tabs.To Reproduce
package.json
has tab indentation.hooks
+node_modules
npm install
package.json
.Expected behavior
The indentation style currently used to be honored, as per npm5+ does currently and as suggested by this merge request: #1779
The text was updated successfully, but these errors were encountered: