We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running npm i gives me this:
npm i
$ npm i npm WARN Invalid version: "1.1" npm WARN surveyjs_angular_cli No description npm WARN surveyjs_angular_cli No repository field. npm WARN surveyjs_angular_cli No README data npm WARN surveyjs_angular_cli No license field.
up to date in 0.592s found 0 vulnerabilities
and installs nothing.
The text was updated successfully, but these errors were encountered:
In the package.json file, update "version": "1.1" as "version": "1.1.0" The version should be of the format X.Y.Z as per semantic versioning .
Also, I executed the below commands (in sequence) to fix angular cli version related errors.
npm install -g @angular/cli npm install @angular/cli ng update @angular/cli npm i [email protected] --save-dev --save-exact
Sorry, something went wrong.
Had to do this as well
ng update @angular/cli --migrate-only --from=1.6.8
No branches or pull requests
Running
npm i
gives me this:$ npm i
npm WARN Invalid version: "1.1"
npm WARN surveyjs_angular_cli No description
npm WARN surveyjs_angular_cli No repository field.
npm WARN surveyjs_angular_cli No README data
npm WARN surveyjs_angular_cli No license field.
up to date in 0.592s
found 0 vulnerabilities
and installs nothing.
The text was updated successfully, but these errors were encountered: