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
Describe the bug
Syncano CLI throws showstopping error during installation on empty project (freshly npm initialized directory). It breaks the installation, yielding half-processed package content inside node_modules.
Error indicates that it can't run postinstall script due to an unexpected dot.
To Reproduce
Steps to reproduce the behavior:
npm install -g @syncano/cli or npm install @syncano-cli in empty node project
Expected behavior
Syncano CLI gets completely installed either locally or globally.
Screenshots
The text was updated successfully, but these errors were encountered:
Environment
Describe the bug
Syncano CLI throws showstopping error during installation on empty project (freshly
npm init
ialized directory). It breaks the installation, yielding half-processed package content inside node_modules.Error indicates that it can't run postinstall script due to an unexpected dot.
To Reproduce
Steps to reproduce the behavior:
npm install -g @syncano/cli
ornpm install @syncano-cli
in empty node projectExpected behavior
Syncano CLI gets completely installed either locally or globally.
Screenshots
The text was updated successfully, but these errors were encountered: