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

master branch does not install or run using npm/ng #20

Open
bh-adrienne opened this issue Apr 21, 2019 · 2 comments
Open

master branch does not install or run using npm/ng #20

bh-adrienne opened this issue Apr 21, 2019 · 2 comments
Labels

Comments

@bh-adrienne
Copy link

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.

@nandankanitkar
Copy link

nandankanitkar commented Apr 21, 2019

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

@ryanleecode
Copy link

Had to do this as well

ng update @angular/cli --migrate-only --from=1.6.8

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

No branches or pull requests

4 participants